move TestJob into test module; test _extractor values

This commit is contained in:
Mike Fährmann
2019-02-17 18:15:40 +01:00
parent 19860655a3
commit b09a8184ca
3 changed files with 133 additions and 129 deletions

View File

@@ -56,6 +56,7 @@ class HentaicafeMangaExtractor(foolslide.FoolslideMangaExtractor):
)
root = "https://hentai.cafe"
reverse = False
chapterclass = HentaicafeChapterExtractor
def chapters(self, page):
if "/manga/series/" in self.manga_url: