[deviantart] only print warning if 'original' is enabled
This commit is contained in:
parent
2188db6284
commit
ab17ea9632
@ -617,7 +617,7 @@ class DeviantartExtractorV2(DeviantartExtractor):
|
||||
_warning = True
|
||||
|
||||
def items(self):
|
||||
if not self._check_cookies(self.cookienames):
|
||||
if self.original and not self._check_cookies(self.cookienames):
|
||||
self.original = False
|
||||
if self._warning:
|
||||
DeviantartExtractorV2._warning = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user