add '_extractor' info to manga extractor results

This commit is contained in:
Mike Fährmann
2019-02-13 13:23:36 +01:00
parent 89ee8cd7e4
commit 32edf4fc7b
13 changed files with 16 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ class KomikcastChapterExtractor(KomikcastBase, ChapterExtractor):
class KomikcastMangaExtractor(KomikcastBase, MangaExtractor):
"""Extractor for manga from komikcast.com"""
chapterclass = KomikcastChapterExtractor
pattern = (r"(?:https?://)?(?:www\.)?komikcast\.com"
r"(/(?:komik/)?[^/?&#]+)/?$")
test = (