diff --git a/gallery_dl/extractor/deviantart.py b/gallery_dl/extractor/deviantart.py index 1bd486bb..d090d3e4 100644 --- a/gallery_dl/extractor/deviantart.py +++ b/gallery_dl/extractor/deviantart.py @@ -25,8 +25,8 @@ info = { class DeviantArtExtractor(AsynchronousExtractor): - def __init__(self, match, config): - AsynchronousExtractor.__init__(self, config) + def __init__(self, match): + AsynchronousExtractor.__init__(self) self.session.cookies["agegate_state"] = "1" self.artist = match.group(1)