implement a download progress indicator (#1519)
This commit is contained in:
@@ -2344,6 +2344,19 @@ Description
|
||||
alongside the actual output files.
|
||||
|
||||
|
||||
downloader.*.progress
|
||||
---------------------
|
||||
Type
|
||||
``float``
|
||||
Default
|
||||
``3.0``
|
||||
Description
|
||||
Number of seconds until a download progress indicator
|
||||
for the current download is displayed.
|
||||
|
||||
Set this option to ``null`` to disable this indicator.
|
||||
|
||||
|
||||
downloader.*.rate
|
||||
-----------------
|
||||
Type
|
||||
|
||||
@@ -319,6 +319,7 @@
|
||||
"mtime": true,
|
||||
"part": true,
|
||||
"part-directory": null,
|
||||
"progress": 3.0,
|
||||
"rate": null,
|
||||
"retries": 4,
|
||||
"timeout": 30.0,
|
||||
|
||||
Reference in New Issue
Block a user