[deviantart] fix folder listings with 'pagination: manual'

(#2488)
This commit is contained in:
Mike Fährmann
2022-05-27 18:41:06 +02:00
parent 7990fe84f1
commit 4f7fe9b4be

View File

@@ -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: