[twitter] extend 'ratelimit' option (#5532)

allow waiting for a set amount of seconds
This commit is contained in:
Mike Fährmann
2024-06-06 01:18:08 +02:00
parent 2cab87c5b6
commit 162d4269ec
2 changed files with 14 additions and 8 deletions

View File

@@ -3987,6 +3987,7 @@ Description
* ``"abort"``: Raise an error and stop extraction
* ``"wait"``: Wait until rate limit reset
* ``"wait:N"``: Wait for ``N`` seconds
extractor.twitter.relogin
@@ -3996,10 +3997,10 @@ Type
Default
``true``
Description
| When receiving a "Could not authenticate you" error while logged in with
`username & passeword <extractor.*.username & .password_>`__,
| refresh the current login session and
try to continue from where it left off.
When receiving a "Could not authenticate you" error while logged in with
`username & passeword <extractor.*.username & .password_>`__,
refresh the current login session and
try to continue from where it left off.
extractor.twitter.locked