[twitter] implement using multiple values for 'search-limit' (#8173)

https://github.com/mikf/gallery-dl/issues/8173#issuecomment-3302713173
This commit is contained in:
Mike Fährmann
2025-12-02 19:51:59 +01:00
parent 406a74cfaa
commit 0ebb74dfeb
2 changed files with 25 additions and 4 deletions

View File

@@ -6328,12 +6328,21 @@ Description
extractor.twitter.search-limit
------------------------------
Type
``integer``
* ``integer``
* ``list`` of ``integers``
Default
``20``
Example
``[50, 20, 10, 5, 2]``
Description
Number of requested results per search query.
When given as a ``list``,
start with the first element as ``count`` parameter
and switch to the next element when
`search-stop <extractor.twitter.search-stop_>`__
is reached.
extractor.twitter.search-pagination
-----------------------------------