From 488abeca0ba19232db15dc5f43b9d0d7a6b4a918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 7 Sep 2018 18:25:09 +0200 Subject: [PATCH] [hentaicafe] adjust default directory format A separate folder for each chapter is rather pointless if almost all manga have only one chapter each. --- gallery_dl/extractor/hentaicafe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gallery_dl/extractor/hentaicafe.py b/gallery_dl/extractor/hentaicafe.py index fbe97fbd..28f0a33c 100644 --- a/gallery_dl/extractor/hentaicafe.py +++ b/gallery_dl/extractor/hentaicafe.py @@ -16,6 +16,7 @@ import re class HentaicafeChapterExtractor(foolslide.FoolslideChapterExtractor): """Extractor for manga-chapters from hentai.cafe""" category = "hentaicafe" + directory_fmt = ["{category}", "{manga}"] pattern = foolslide.chapter_pattern(r"(?:www\.)?hentai\.cafe/manga") test = [("https://hentai.cafe/manga/read/saitom-box/en/0/1/", { "url": "8c6a8c56875ba3ed7ab0a74a64f9960077767fc2",