From 4f7fe9b4be1199b1a022d0b5d55faa7fc27a94df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 27 May 2022 18:41:06 +0200 Subject: [PATCH] [deviantart] fix folder listings with 'pagination: manual' (#2488) --- 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 85ec0cf6..70bee527 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: