[twitter] add 'search-limit' option (#8173)

reduce default limit from 100 to 20
This commit is contained in:
Mike Fährmann
2025-09-13 10:30:58 +02:00
parent 5d938b17a3
commit 05128ccf49
3 changed files with 12 additions and 1 deletions

View File

@@ -5739,6 +5739,16 @@ Description
will be taken from the original Tweets, not the Retweets.
extractor.twitter.search-limit
------------------------------
Type
``integer``
Default
``20``
Description
Number of requested results per search query.
extractor.twitter.search-pagination
-----------------------------------
Type

View File

@@ -822,6 +822,7 @@
"relogin" : true,
"replies" : true,
"retweets" : false,
"search-limit": 20,
"search-pagination": "cursor",
"search-stop" : "auto",
"size" : ["orig", "4096x4096", "large", "medium", "small"],