add option to sleep before each download

This commit is contained in:
Mike Fährmann
2017-12-04 17:06:17 +01:00
parent 300346ecdf
commit 4fb6803fa6
5 changed files with 28 additions and 0 deletions

View File

@@ -270,6 +270,15 @@ Description Controls the behavior when downloading a file whose filename
=========== =====
extractor.*.sleep
----------------
=========== =====
Type ``float``
Default ``0``
Description Number of seconds to sleep before each download.
=========== =====
extractor.*.username & .password
--------------------------------
=========== =====

View File

@@ -1,6 +1,7 @@
{
"base-directory": "/tmp/",
"netrc": false,
"downloader":
{
"part": true,
@@ -15,6 +16,9 @@
},
"extractor":
{
"skip": true,
"sleep": 0,
"pixiv":
{
"user":