implement a download progress indicator (#1519)

This commit is contained in:
Mike Fährmann
2021-09-28 22:37:11 +02:00
parent cad85640de
commit d0761454b1
5 changed files with 79 additions and 15 deletions

View File

@@ -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

View File

@@ -319,6 +319,7 @@
"mtime": true,
"part": true,
"part-directory": null,
"progress": 3.0,
"rate": null,
"retries": 4,
"timeout": 30.0,