[twitter] implement 'pagination-search' option (#8173)

This commit is contained in:
Mike Fährmann
2025-09-07 21:03:29 +02:00
parent f94eedbe1d
commit d182749f45
3 changed files with 57 additions and 3 deletions

View File

@@ -5631,6 +5631,22 @@ Description
Logout and retry as guest when access to another user's Tweets is blocked.
extractor.twitter.pagination-search
-----------------------------------
Type
``string``
Default
``"cursor"``
Description
Selects how to paginate over search results.
``"cursor"``
Use ``cursor`` values provided by the API
``"id"`` | ``"max_id"`` | ``"tweet_id"``
Update the ``max_id`` search query parameter
to the Tweet ID value of the last retrieved Tweet.
extractor.twitter.pinned
------------------------
Type