Skip to content
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

Closed
screenman opened this issue Dec 9, 2010 · 7 comments
Closed

-m is not working anymore #39

screenman opened this issue Dec 9, 2010 · 7 comments
Labels

Comments

@screenman
Copy link

since today the -m function is not working anymore for youtube video's
ERROR: unable to download video (format may not be available)

@rg3
Copy link
Collaborator

rg3 commented Dec 9, 2010

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.

@rifter
Copy link

rifter commented Dec 9, 2010

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)

@rifter
Copy link

rifter commented Dec 10, 2010

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

@rifter
Copy link

rifter commented Dec 10, 2010

nevermind. the version you just committed today (12/9) fixed the problem! thank you! :D

@rg3
Copy link
Collaborator

rg3 commented Dec 10, 2010

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.

@rg3
Copy link
Collaborator

rg3 commented Dec 11, 2010

Remove deprecated -b option and nonworking -m option (closed by ef4f454)

@rg3
Copy link
Collaborator

rg3 commented Dec 11, 2010

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.

mrBliss referenced this issue in mrBliss/youtube-dl Mar 22, 2017
By using `_html_search_regex` instead of `_search_regex`, HTML encoded
characters are decoded, e.g. `'` instead of `'`.
mrBliss referenced this issue in mrBliss/youtube-dl May 19, 2017
By using `_html_search_regex` instead of `_search_regex`, HTML encoded
characters are decoded, e.g. `'` instead of `'`.
mrBliss referenced this issue in mrBliss/youtube-dl Jun 14, 2017
By using `_html_search_regex` instead of `_search_regex`, HTML encoded
characters are decoded, e.g. `'` instead of `'`.
joedborg referenced this issue in joedborg/youtube-dl Nov 17, 2020
…ke-2

Support Unicode filenames without using locales-launch
tsukumijima pushed a commit to tsukumijima/youtube-dl that referenced this issue Dec 2, 2020
[bandcamp] fix failing test. remove subclass hack
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants