summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/hentaicafe.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-09-08 19:44:00 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-09-08 19:44:00 -0400
commitc09a9f00dd83017d486cd77650347bc2a397ad55 (patch)
treeb4609415ab7fcb51b1acf74344ed3a414dc0e322 /gallery_dl/extractor/hentaicafe.py
parent01b2d06c57d52b2c6f241b1beb0e377ee3a8b2a6 (diff)
New upstream version 1.10.4upstream/1.10.4
Diffstat (limited to 'gallery_dl/extractor/hentaicafe.py')
-rw-r--r--gallery_dl/extractor/hentaicafe.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gallery_dl/extractor/hentaicafe.py b/gallery_dl/extractor/hentaicafe.py
index e95467b..679b3ad 100644
--- a/gallery_dl/extractor/hentaicafe.py
+++ b/gallery_dl/extractor/hentaicafe.py
@@ -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):