Fix e-hentai because of site changes
Also remove obsolete "nsfw" attribute
This commit is contained in:
parent
d91dad2b2b
commit
c938f7b063
3 changed files with 8 additions and 25 deletions
|
|
@ -24,7 +24,6 @@ __all_ = ['EHentaiGallery', 'EHentaiImage']
|
|||
class EHentaiGallery(BaseGallery):
|
||||
def __init__(self, *args, **kwargs):
|
||||
BaseGallery.__init__(self, *args, **kwargs)
|
||||
self.nsfw = True
|
||||
|
||||
class EHentaiImage(BaseImage):
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue