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

cbsnews parse/download is not working #7615

Closed
chrisdamato opened this issue Nov 23, 2015 · 2 comments
Closed

cbsnews parse/download is not working #7615

chrisdamato opened this issue Nov 23, 2015 · 2 comments

Comments

@chrisdamato
Copy link

@chrisdamato chrisdamato commented Nov 23, 2015

Using version 2015-11-23, trying to capture video of niece on TV.

$ youtube-dl http://www.cbsnews.com/videos/why-do-we-like-the-foods-we-like
[debug] System config: [u'--prefer-free-formats']
[debug] User config: []
[debug] Command-line args: [u'http://www.cbsnews.com/videos/why-do-we-like-the-foods-we-like', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out None, pref UTF-8
[debug] youtube-dl version 2015.11.23
[debug] Python version 2.7.5 - Linux-3.19.8-100.fc20.x86_64-x86_64-with-fedora-20-Heisenbug
[debug] exe versions: ffmpeg 2.1.8, ffprobe 2.1.8
[debug] Proxy map: {}
[CBSNews] why-do-we-like-the-foods-we-like: Downloading webpage
[debug] Invoking downloader on u'{manifest:none}rtmp://cp98363.edgefcs.net/ondemand/?auth=cbs&aifp=v001&slist={slistPrefix}{break}{slistFilePath}media/2015/11/22/572131907744/sunmo_taste_1122_469594_796.mp4{slistFilePath}{manifest:f4m}http://cbsnews-vh.akamaihd.net/z/{slist::true:false}.csmil/manifest.f4m{manifest:m3u}http://cbsnews-vh.akamaihd.net/i/{slist::true:false}.csmil/master.m3u8{manifest}'
ERROR: unable to download video data: <urlopen error unknown url type: {manifest>
Traceback (most recent call last):
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1601, in process_info
    success = dl(filename, info_dict)
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1543, in dl
    return fd.download(name, info)
  File "/usr/bin/youtube-dl/youtube_dl/downloader/common.py", line 342, in download
    return self.real_download(filename, info_dict)
  File "/usr/bin/youtube-dl/youtube_dl/downloader/http.py", line 58, in real_download
    data = self.ydl.urlopen(request)
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1878, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.7/urllib2.py", line 427, in _open
    'unknown_open', req)
  File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 1249, in unknown_open
    raise URLError('unknown url type: %s' % type)
URLError: <urlopen error unknown url type: {manifest>

Thanks

@kelciour
Copy link

@kelciour kelciour commented Dec 28, 2015

This is working for me:

youtube-dl -f RtmpMobileHigh http://www.cbsnews.com/videos/why-do-we-like-the-foods-we-like
@remitamine
Copy link
Collaborator

@remitamine remitamine commented Jan 27, 2016

this will be fixed in the next version.

@remitamine remitamine closed this Jan 27, 2016
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.