report fakes

This commit is contained in:
Romain Bignon 2010-10-13 17:55:03 +02:00
commit a2108a56ed
2 changed files with 6 additions and 0 deletions

View file

@ -227,6 +227,9 @@ class AuMBrowser(BaseBrowser):
warning('Deblock: %s' % result)
return True
def report_fake(self, id):
return self.readurl('http://www.adopteunmec.com/fake.php', 'id=%s' % id)
@pageaccess
def rate(self, id, what, rating):
print 'rate "%s"' % id, what, rating