add 'sleep-extractor' option (closes #964)

(would have been nice if this were possible without code duplication)
This commit is contained in:
Mike Fährmann
2020-09-12 21:04:47 +02:00
parent 3108e85b89
commit 3afd362e2e
2 changed files with 17 additions and 0 deletions

View File

@@ -208,6 +208,16 @@ Description Number of seconds to sleep before each download.
=========== =====
extractor.*.sleep-extractor
---------------------------
=========== =====
Type ``float``
Default ``0``
Description Number of seconds to sleep before handling an input URL,
i.e. before starting a new extractor.
=========== =====
extractor.*.username & .password
--------------------------------
=========== =====