[hentaicafe] restore default 'request()' behavior

This commit is contained in:
Mike Fährmann
2019-09-07 14:35:00 +02:00
parent 9ae58a6b3e
commit d23660c04d

View File

@@ -10,6 +10,7 @@
from . import foolslide
from .. import text
from .common import Extractor
from ..cache import memcache
import re
@@ -64,6 +65,7 @@ class HentaicafeMangaExtractor(foolslide.FoolslideMangaExtractor):
)
root = "https://hentai.cafe"
reverse = False
request = Extractor.request
chapterclass = HentaicafeChapterExtractor
def chapters(self, page):