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

Yahoo news video download failed #1849

Closed
xubuntu4iran opened this issue Nov 29, 2013 · 1 comment
Closed

Yahoo news video download failed #1849

xubuntu4iran opened this issue Nov 29, 2013 · 1 comment
Assignees

Comments

@xubuntu4iran
Copy link

@xubuntu4iran xubuntu4iran commented Nov 29, 2013

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

@ghost ghost assigned jaimeMF Nov 29, 2013
@jaimeMF jaimeMF closed this in befd88b Nov 29, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Nov 29, 2013

Added support, I'm looking into using http downloads instead of rtmp.

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
2 participants
You can’t perform that action at this time.