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

@@ -158,6 +158,7 @@ def generate_extractors():
MaExtr.pattern = r"(?:https?://)?" + pattern + r"(/series/[^/?&#]+)"
MaExtr.test = info.get("test-manga")
MaExtr.root = root
MaExtr.chapterclass = ChExtr
symtable[MaExtr.__name__] = MaExtr