Update o.py
Removed procedure for "I am over 18" button, sicne this button no longer exists
This commit is contained in:
parent
7b76a87122
commit
0faf4a722b
1 changed files with 0 additions and 6 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue