propagate 'match' to base extractor constructor
This commit is contained in:
@@ -21,7 +21,7 @@ class NewgroundsExtractor(Extractor):
|
||||
archive_fmt = "{index}"
|
||||
|
||||
def __init__(self, match):
|
||||
Extractor.__init__(self)
|
||||
Extractor.__init__(self, match)
|
||||
self.user = match.group(1)
|
||||
self.root = "https://{}.newgrounds.com".format(self.user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user