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

Please add support for MSNBC.com #2371

Closed
anovicecodemonkey opened this issue Feb 11, 2014 · 1 comment
Closed

Please add support for MSNBC.com #2371

anovicecodemonkey opened this issue Feb 11, 2014 · 1 comment
Assignees

Comments

@anovicecodemonkey
Copy link

@anovicecodemonkey anovicecodemonkey commented Feb 11, 2014

www.nbcnews.com is supported but not www.msnbc.com. If I am not mistaken, the site uses theplatform.com to serve its video.

Some example URLs:

http://www.msnbc.com/hardball/watch/the-biden-factor-will-joe-run-in-2016-141809219986

http://www.msnbc.com/morning-joe/watch/fast-company-names-most-innovative-companies-145513027849

youtube-dl --verbose http://www.msnbc.com/hardball/watch/the-biden-factor-will-joe-run-in-2016-141809219986
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.msnbc.com/hardball/watch/the-biden-factor-will-joe-run-in-2016-141809219986']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.02.08.1
[debug] Python version 3.3.3 - Linux-3.12.9-2-ARCH-x86_64-with-arch
[debug] Proxy map: {}
[generic] the-biden-factor-will-joe-run-in-2016-141809219986: Requesting header
WARNING: Falling back on generic information extractor.
[generic] the-biden-factor-will-joe-run-in-2016-141809219986: Downloading webpage
[generic] the-biden-factor-will-joe-run-in-2016-141809219986: Extracting information
ERROR: Unsupported URL: http://www.msnbc.com/hardball/watch/the-biden-factor-will-joe-run-in-2016-141809219986; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 493, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/common.py", line 158, in extract
return self._real_extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/generic.py", line 380, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
youtube_dl.utils.ExtractorError: Unsupported URL: http://www.msnbc.com/hardball/watch/the-biden-factor-will-joe-run-in-2016-141809219986; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Aug 19, 2015

MSNBC.com will be support in the next version. Thanks for the report.

@yan12125 yan12125 closed this Aug 19, 2015
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.