1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-23 19:22:32 +01:00

[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
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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: