ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.04k stars 10.01k forks source link

Add an option to show just the progress. #2994

Open daviewales opened 10 years ago

daviewales commented 10 years ago

At the moment, you can use --quiet to show no output, and you can use --verbose to show lots of output, but there are no options to show just the progress.

ghost commented 10 years ago

I would like to address this issue. Please assign it to me.

daviewales commented 10 years ago

I don't think I have the right permissions to assign it to you. You'll have to wait for the owner of the repository.

ghost commented 10 years ago

--console-title and --newline show progress.

What did you have in mind as an alternative?

A more graphical display, wget style?

http://www.reviewingit.com/images/stories/wget.jpg

imariaprime commented 6 years ago

Is anyone else currently working on this?