From ab17ea96325beebd2cf67c1eae3a004e6273082b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Wed, 11 Dec 2019 21:58:43 +0100 Subject: [PATCH] [deviantart] only print warning if 'original' is enabled --- gallery_dl/extractor/deviantart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/deviantart.py b/gallery_dl/extractor/deviantart.py index 27037ceb..604966f1 100644 --- a/gallery_dl/extractor/deviantart.py +++ b/gallery_dl/extractor/deviantart.py @@ -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