Add some verbosity when reporting finished downloads
authorDan Church <amphetamachine@gmail.com>
Sun, 4 Aug 2013 17:45:24 +0000 (12:45 -0500)
committerDan Church <amphetamachine@gmail.com>
Sun, 4 Aug 2013 17:45:24 +0000 (12:45 -0500)
commit968b5e0112a83f2a4637226d4d743b394ebed038
tree9e6b47e162dda6703b39539aee3e829f68dcb132
parent39b782b390f4a57514466aa6e1793910a12b1e4b
Add some verbosity when reporting finished downloads

For example:

    [download] Resuming download at byte 1868140
    [download] Destination: Entry #1-Bn59FJ4HrmU.flv
    [download] 100% of 3.27MiB in 4s

This format is meant to somewhat mirror the behavior of wget(1) when reporting finished downloads:

    100%[==================>] 54,836,682   788KB/s   in 74s

    2013-08-04 12:32:05 (728 KB/s) - 'google-chrome-stable_current_x86_64.rpm' saved [54836682/54836682]
youtube_dl/FileDownloader.py