-
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
-m is not working anymore #39
Comments
Thanks for noticing. This is unsolvable at this moment because YouTube is rejecting to serve formats other than the ones declared to be available, and format 17 is usually not declared to be available. If you find out a way to download mobile 3GP version of any video, just let me know. |
This is now happening for all videos though with the default option (you know how it now does -b on its own). It started last night, but now any video you try to download just gives that same error. (I mean when you do not use -m at all) |
Okay just to check i tried some videos that had HD and some that did not. The stepping behaviour did not work, so I tried using -f manually, and went through every format except 17, and all of them come back with the above error |
nevermind. the version you just committed today (12/9) fixed the problem! thank you! :D |
Actually, this is a bit confusing. The error people were getting yesterday was also that one, and the reason was a change in YouTube. However, after the fix, -m continues not to work normally and we can't easily fix it, as I explained. However, I don't know if the user reporting this issue was suffering from the first or the second problem. I took it for the second, being specifically about -m, but you'll also get the same error if you try to use -m with the older version of youtube-dl. |
Remove deprecated -b option and nonworking -m option (closed by ef4f454) |
As per the commit above, I removed the nonworking -m option. If retrieving a mobile version of the video becomes an easy possibility again, it will be re-added. |
By using `_html_search_regex` instead of `_search_regex`, HTML encoded characters are decoded, e.g. `'` instead of `'`.
By using `_html_search_regex` instead of `_search_regex`, HTML encoded characters are decoded, e.g. `'` instead of `'`.
By using `_html_search_regex` instead of `_search_regex`, HTML encoded characters are decoded, e.g. `'` instead of `'`.
…ke-2 Support Unicode filenames without using locales-launch
[bandcamp] fix failing test. remove subclass hack
since today the -m function is not working anymore for youtube video's
ERROR: unable to download video (format may not be available)
The text was updated successfully, but these errors were encountered: