rewrite extractors to use config-module

This commit is contained in:
Mike Fährmann
2015-10-05 15:35:48 +02:00
parent 608d3193a9
commit 3c13548f29
19 changed files with 54 additions and 56 deletions

View File

@@ -28,8 +28,8 @@ class RedHawkScansExtractor(SequentialExtractor):
url_base = "https://manga.redhawkscans.com/reader/read/"
def __init__(self, match, config):
SequentialExtractor.__init__(self, config)
def __init__(self, match):
SequentialExtractor.__init__(self)
self.part = match.group(1)
def items(self):