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-03-03 15:50:10 +01:00
2017-02-01 00:53:19 +01:00
2017-06-02 09:10:58 +02:00
2017-06-02 09:10:58 +02:00
2017-06-02 09:10:58 +02:00
2017-02-01 00:53:19 +01:00
2017-06-06 16:22:30 +02:00
2017-03-28 13:12:44 +02:00
2017-04-08 11:02:32 +02:00
2017-03-28 13:12:44 +02:00
2017-06-02 09:10:58 +02:00
2017-04-20 13:32:40 +02:00
2017-06-04 16:33:36 +02:00
2017-05-24 12:51:18 +02:00
2017-03-04 23:21:55 +01:00
2017-05-19 14:04:52 +02:00
2017-04-13 20:47:22 +02:00
2017-02-09 02:09:23 +01:00
2017-06-06 14:22:09 +02:00