From 25442ea49f031d4d2df3353dd7e9ad2080e332da Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 5 Jun 2022 00:33:56 -0400 Subject: New upstream version 1.22.1. --- gallery_dl/extractor/deviantart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gallery_dl/extractor/deviantart.py') diff --git a/gallery_dl/extractor/deviantart.py b/gallery_dl/extractor/deviantart.py index 85ec0cf..70bee52 100644 --- a/gallery_dl/extractor/deviantart.py +++ b/gallery_dl/extractor/deviantart.py @@ -1311,7 +1311,7 @@ class DeviantartOAuthAPI(): yield from results if not data["has_more"] and ( - self.strategy != "manual" or not results): + self.strategy != "manual" or not results or not extend): return if "next_cursor" in data: -- cgit v1.2.3