add option to sleep before each download
This commit is contained in:
@@ -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
|
||||
--------------------------------
|
||||
=========== =====
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"base-directory": "/tmp/",
|
||||
"netrc": false,
|
||||
|
||||
"downloader":
|
||||
{
|
||||
"part": true,
|
||||
@@ -15,6 +16,9 @@
|
||||
},
|
||||
"extractor":
|
||||
{
|
||||
"skip": true,
|
||||
"sleep": 0,
|
||||
|
||||
"pixiv":
|
||||
{
|
||||
"user":
|
||||
|
||||
Reference in New Issue
Block a user