[deviantart] add 'group' option (#3018)
disabling this option allows to better download from deleted accounts
This commit is contained in:
@@ -72,7 +72,7 @@ class DeviantartExtractor(Extractor):
|
||||
def items(self):
|
||||
self.api = DeviantartOAuthAPI(self)
|
||||
|
||||
if self.user:
|
||||
if self.user and self.config("group", True):
|
||||
profile = self.api.user_profile(self.user)
|
||||
self.group = not profile
|
||||
if self.group:
|
||||
|
||||
Reference in New Issue
Block a user