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

can't DL from yahoo.com #8084

Closed
koopernick opened this issue Dec 31, 2015 · 3 comments
Closed

can't DL from yahoo.com #8084

koopernick opened this issue Dec 31, 2015 · 3 comments

Comments

@koopernick
Copy link

@koopernick koopernick commented Dec 31, 2015

youtube-dl -j https://www.yahoo.com/movies/the-stars-of-daddys-home-have-very-different-212843197.html

ERROR: Unable to extract content ID; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Link for instance => https://www.yahoo.com/movies/the-stars-of-daddys-home-have-very-different-212843197.html

@davidjameshowell
Copy link

@davidjameshowell davidjameshowell commented Dec 31, 2015

Please include output with the verbose flag included (-v).

@koopernick
Copy link
Author

@koopernick koopernick commented Jan 1, 2016

youtube-dl -v https://www.yahoo.com/movies/the-stars-of-daddys-home-have-very-different-212843197.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'https://www.yahoo.com/movies/the-stars-of-daddys-home-have-very-different-212843197.html']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.12.29
[debug] Python version 2.7.6 - Linux-3.13.0-66-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] exe versions: ffmpeg N-76340-gcceed83, rtmpdump 2.4
[debug] Proxy map: {}
[Yahoo] the-stars-of-daddys-home-have-very-different: Downloading webpage
ERROR: Unable to extract content ID; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 665, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 291, in extract
return self._real_extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/yahoo.py", line 208, in _real_extract
video_id = self._search_regex(CONTENT_ID_REGEXES, webpage, 'content ID')
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 586, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract content ID; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@jaimeMF jaimeMF closed this in ca227c8 Jan 1, 2016
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 1, 2016

It will work in the next version, thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.