[twitter] always use '3' as 'search-stop' default (#8613)

https://github.com/mikf/gallery-dl/issues/8613#issuecomment-3626474518
This commit is contained in:
Mike Fährmann
2025-12-08 20:46:59 +01:00
parent b1b70528a6
commit ef9c472f94
3 changed files with 3 additions and 4 deletions

View File

@@ -1483,7 +1483,7 @@ class TwitterAPI():
stop_tweets = cfg("search-stop")
if stop_tweets is None or stop_tweets == "auto":
stop_tweets = 3 if update_variables is None else 0
stop_tweets = 3
return self._pagination_tweets(
endpoint, variables,