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.
404 Error with several Vevo videos #1580
Comments
|
Fixed, thanks for the report. Don't worry about the |
|
WOW. Thanks a bunch. That was hella quick. Great job. |
Some videos on Vevo work. Others produce this 404 error. The URLs are of identical structure. No reason why sometimes the common.py extractor is used when the vevo one is available!
Output:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', http://www.vevo.com/watch/eminem/survival-explicit/USUV71302279]
[debug] youtube-dl version 2013.10.07
[debug] Python version 2.7.3 - Linux-3.6.11-armv6l-with-glibc2.4
[debug] Proxy map: {}
[Vevo] USUV71302279: Downloading json info
[Vevo] USUV71302279: Downloading videos urls
ERROR: Unable to download webpage: HTTP Error 404: Not Found; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
File "/storage/local/youtube-dl/youtube_dl/extractor/common.py", line 147, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "./Lib/urllib2.py", line 126, in urlopen
File "./Lib/urllib2.py", line 406, in open
File "./Lib/urllib2.py", line 519, in http_response
File "./Lib/urllib2.py", line 444, in error
File "./Lib/urllib2.py", line 378, in _call_chain
File "./Lib/urllib2.py", line 527, in http_error_default