[tumblr] add 'fallback-*' options (#2957)

specifically 'fallback-delay' and 'fallback-retries'
and change default number of retries to 2 (down from 3)
This commit is contained in:
Mike Fährmann
2022-10-26 13:53:45 +02:00
parent 0e5d2e128b
commit 7c6af27eb8
2 changed files with 25 additions and 2 deletions

View File

@@ -2402,6 +2402,27 @@ Description
You can use ``"all"`` instead of listing all types separately.
extractor.tumblr.fallback-delay
-------------------------------
Type
``float``
Default
``120.0``
Description
Number of seconds to wait between retries
for fetching full-resolution images.
extractor.tumblr.fallback-retries
---------------------------------
Type
``integer``
Default
``2``
Description
Number of retries for fetching full-resolution images.
extractor.twibooru.api-key
--------------------------
Type