rewrite extractors to use config-module
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user