[tumblr] implement 'ratelimit' option (#2919)

This commit is contained in:
Mike Fährmann
2022-09-16 22:34:07 +02:00
parent d0b73fec14
commit 46fe469c53
2 changed files with 19 additions and 3 deletions

View File

@@ -2274,6 +2274,19 @@ Description
use an extra HTTP request to find the URL to its full-resolution version.
extractor.tumblr.ratelimit
--------------------------
Type
``string``
Default
``"abort"``
Description
Selects how to handle exceeding the daily API rate limit.
* ``"abort"``: Raise an error and stop extraction
* ``"wait"``: Wait until rate limit reset
extractor.tumblr.reblogs
------------------------
Type