Update o.py

Removed procedure for "I am over 18" button, sicne this button no longer exists
This commit is contained in:
Freestila 2014-03-05 09:28:34 +01:00
parent 7b76a87122
commit 0faf4a722b

View file

@ -44,12 +44,6 @@ class Oglaf(_BasicScraper):
help = 'Index format: stripname'
adult = True
@classmethod
def starter(cls):
# click the "I am 18" button
data = {"over18": " "}
urlopen(cls.url, cls.session, data=data, referrer=cls.url)
return cls.url
class OhJoySexToy(_BasicScraper):