-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New (Additional) option #13
Comments
This is a very specific and not very useful option for most people, but I'll implement it if it's easy enough to do it. I'll look at the code later. |
Originally by anonymous: or instead perhaps a MP4 option (if not the one above).. cause "-b" will always print the high quality FLV instead of the MP4.. which is not useable on portable devices etc. so most people usually go for the MP4 --MP4 ? =) all those extra options might be very useful for some |
There's an option to download the mobile version. |
Originally by anonymous: This seems to get close: youtube-dl -g -s --all-formats http://www.youtube.com/watch?v=raXMkkRXv5o The output can be hard to read, and no indication of missing formats is present Maybe the output could have show whether each format is available or not and look similar to the output from: youtube-dl -s --all-formats http://www.youtube.com/watch?v=raXMkkRXv5o |
[youtube] Fix age gate detection
Was: http://bitbucket.org/rg3/youtube-dl/issue/54/
new option idea..
right now you have an option called "--best-quality" or "-b" which prints out the best quality provided by youtube
so if there's 3 qualities of the video available.. 1. (video.flv - Low Quality 320x240) 2. (video.mp4 - High Quality 480x360) 3. (video.flv - High Quality 640x480)
Option "-b" will print out the url to the "(video.flv - High Quality 640x480)"
Which is awesome.. but it might come in handy for some people to have an option that prints out all the available urls (qualities)
So for example: "--all-qualities" will print out all 3 available quality URLs: 1. the direct cache url to low quality flv 2. the direct cache url to mp4 3. the direct cache url to high quality flv
The text was updated successfully, but these errors were encountered: