[twitter] implement using multiple values for 'search-limit' (#8173)
https://github.com/mikf/gallery-dl/issues/8173#issuecomment-3302713173
This commit is contained in:
@@ -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
|
||||
-----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user