Files
gallery-dl/gallery_dl
Mike Fährmann d5a70f2580 add simple progress indicator for multiple URLs (#19)
The output can be configured via the 'output.progress'
config value.

Possible values:
    - true:     Show the default progress indicator
                "[{current}/{total}] {url}" (default)
    - false:    Never show the progress indicator
    - <string>: Show the progress indicator using this
                as a custom format string(1).
                Possible replacement keys are:
                - current: current URL index
                - total  : total number of URLs
                - url    : current URL

(1) https://docs.python.org/3/library/string.html#formatstrings
2017-06-09 20:12:15 +02:00
..
2017-01-16 02:59:22 +01:00
2017-01-30 19:40:15 +01:00
2017-04-05 12:04:35 +02:00
2017-03-27 14:30:32 +02:00
2017-04-08 11:02:32 +02:00
2017-03-27 14:30:32 +02:00
2017-06-02 09:10:58 +02:00
2017-05-27 16:16:57 +02:00
2017-04-26 11:33:19 +02:00
2017-05-22 08:47:58 +02:00