mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 19:22:32 +01:00
parent
7990fe84f1
commit
4f7fe9b4be
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user