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.
Yahoo news video download failed #1849
Comments
|
Added support, I'm looking into using http downloads instead of rtmp. |
youtube-dl -v http://news.yahoo.com/video/eighty-injured-hong-kong-ferry-060027113.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://news.yahoo.com/video/eighty-injured-hong-kong-ferry-060027113.html']
[debug] youtube-dl version 2013.11.29
[debug] Python version 2.7.6 - Linux-3.9.6-i686-with-debian-7.0
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[generic] eighty-injured-hong-kong-ferry-060027113.html: Downloading webpage
[generic] eighty-injured-hong-kong-ferry-060027113.html: Extracting information
ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 776, in process_info
success = self.fd._do_download(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/FileDownloader.py", line 527, in _do_download
data = compat_urllib_request.urlopen(request)
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 442, in error
result = self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 629, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found