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

404 Error with several Vevo videos #1580

Closed
GitHubYaeger opened this issue Oct 8, 2013 · 2 comments
Closed

404 Error with several Vevo videos #1580

GitHubYaeger opened this issue Oct 8, 2013 · 2 comments
Assignees

Comments

@GitHubYaeger
Copy link

@GitHubYaeger GitHubYaeger commented Oct 8, 2013

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

@ghost ghost assigned jaimeMF Oct 8, 2013
@jaimeMF jaimeMF closed this in 88bd97e Oct 8, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Oct 8, 2013

Fixed, thanks for the report.

Don't worry about the common.py file, it's just that the code for downloading webpages (as well as other utilites) is defined there. As you can see in the message [Vevo] USUV71302279: Downloading json info the url is correctly recognized as a vevo video.

@GitHubYaeger
Copy link
Author

@GitHubYaeger GitHubYaeger commented Oct 8, 2013

WOW. Thanks a bunch. That was hella quick. Great job.

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.