Fix e-hentai because of site changes

Also remove obsolete "nsfw" attribute
This commit is contained in:
Roger Philibert 2012-09-22 18:22:07 +02:00 committed by Noé Rubinstein
commit c938f7b063
3 changed files with 8 additions and 25 deletions

View file

@ -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):