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.
AOL videos get 404 when trying to download video data #2823
Comments
|
it's working using the latest version:
|
|
I'm getting a different error now: youtube-dl https://www.aol.com/article/2016/04/22/a-daring-eye-makeup-look-for-every-eye-color/21331368/?data-bh-cid=93283 |
|
@brunnoattorre Confirmed to still be broken with most recent version.
|
python -m youtube_dl --no-playlist -v -f mp4 http://on.aol.com/video/nikes-struggle-to-balance-cost-and-worker-safety-518204577
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--no-playlist', '-v', '-f', 'mp4', 'http://on.aol.com/video/nikes-struggle-to-balance-cost-and-worker-safety-518204577']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.04.21.6
[debug] Python version 2.7.5 - Darwin-13.1.0-x86_64-i386-64bit
[debug] Proxy map: {}
[5min] 518204577: Downloading embed page
[5min] 518204577: Downloading JSON metadata
ERROR: unable to download video data: HTTP Error 404: Not Found
Traceback (most recent call last):
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1007, in process_info
success = dl(filename, info_dict)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 983, in dl
return fd.download(name, info)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/downloader/common.py", line 291, in download
return self.real_download(filename, info_dict)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/downloader/http.py", line 54, in real_download
data = self.ydl.urlopen(request)
File "/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1211, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/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