You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlc/youtube_dl
Dan Church 968b5e0112 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]
12 years ago
..
extractor [collegehumor] support urls in the format www.collegehumor.com/e/{video_id} (fixes #1179) 12 years ago
FileDownloader.py Add some verbosity when reporting finished downloads 12 years ago
InfoExtractors.py Remove mentions of old InfoExtractors module 12 years ago
PostProcessor.py Log a better error message if ffprobe or avconv are not found (related #1134) 12 years ago
YoutubeDL.py Switch some calls to to_stderr to report_error and report_warning 12 years ago
__init__.py Print urls from the batch file with --verbose (related #1155) 12 years ago
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 12 years ago
update.py [update] Add package manager to error message (#959) 12 years ago
utils.py Add an extractor for videofy.me (closes #1171) 12 years ago
version.py release 2013.08.02 12 years ago