rewrite extractors to use config-module
This commit is contained in:
@@ -25,8 +25,8 @@ class ImagebamExtractor(AsynchronousExtractor):
|
||||
|
||||
url_base = "http://www.imagebam.com"
|
||||
|
||||
def __init__(self, match, config):
|
||||
AsynchronousExtractor.__init__(self, config)
|
||||
def __init__(self, match):
|
||||
AsynchronousExtractor.__init__(self)
|
||||
self.match = match
|
||||
self.num = 0
|
||||
self.metadata = {}
|
||||
|
||||
Reference in New Issue
Block a user