Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[CBSNews] ERROR: unable to download video data: <urlopen error unknown url type: {manifest> #8048
Comments
|
Both URLS downloaded okay for me using my standard template for CBS NEWS C:\progra~1\youtubedl\youtube-dl.exe -v --no-mtime --write-info-json -f RtmpMobileLow http://www.cbsnews.com/videos/injuries-spike-as-adults-try-to-ride-hoverboards -o c:\recordings%(title)s.mp5 However I did get the error with this. C:\progra~1\youtubedl\youtube-dl.exe -v http://www.cbsnews.com/news/hoverboards-parents-falling-videos-viral-social-media/ I don't know why this is happening. ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• http://www.cbsnews.com/news/hoverboards-parents-falling-videos-viral-social-media/ [debug] System config: [] [download] 100% of 5.64MiB ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• SECOND URL worked using my standard commandline for CBS NEWS [debug] System config: [] [download] 0.0% of 5.64MiB at Unknown speed ETA Unknown ETA ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• [debug] System config: [] |
|
Thanks for the report, it will work in the next version. @bonacker: note that this is a flv video, you may prefer to use |
Same video..different URLs...similar results:
http://www.cbsnews.com/news/hoverboards-parents-falling-videos-viral-social-media/
http://www.cbsnews.com/videos/injuries-spike-as-adults-try-to-ride-hoverboards
youtube-dl.py -v "http://www.cbsnews.com/videos/injuries-spike-as-adults-try-to-ride-hoverboards"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.cbsnews.com/videos/injuries-spike-as-adults-try-to-ride-hoverboards']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.12.29
[debug] Python version 2.7.5 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-71727-g46778ab, rtmpdump 2.4
[debug] Proxy map: {}
[CBSNews] injuries-spike-as-adults-try-to-ride-hoverboards: Downloading webpage
[debug] Invoking downloader on u'{manifest:none}rtmp://cp98363.edgefcs.net/ondemand/?auth=cbs&aifp=v001&slist={slistPrefix}{break}{slistFilePath}media/2015/12/28/592287811769/1228_C
_478933_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}
manifest}'
ERROR: unable to download video data: <urlopen error unknown url type: {manifest>
Traceback (most recent call last):
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 1609, in process_info
success = dl(filename, info_dict)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 1551, in dl
return fd.download(name, info)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\downloader\common.py", line 342, in download
return self.real_download(filename, info_dict)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\downloader\http.py", line 58, in real_download
data = self.ydl.urlopen(request)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 1886, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "C:\Python27\lib\urllib2.py", line 404, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 427, in _open
'unknown_open', req)
File "C:\Python27\lib\urllib2.py", line 382, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1247, in unknown_open
raise URLError('unknown url type: %s' % type)
URLError: <urlopen error unknown url type: {manifest>
Thanks
Ringo