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

VEVO "Featured Playlist" Videos | HTTP Error 404: Not Found #9334

Closed
analogged opened this issue Apr 28, 2016 · 0 comments
Closed

VEVO "Featured Playlist" Videos | HTTP Error 404: Not Found #9334

analogged opened this issue Apr 28, 2016 · 0 comments

Comments

@analogged
Copy link

@analogged analogged commented Apr 28, 2016

  • I've verified and I assure that I'm running youtube-dl 2016.04.24
  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)

Full verbose output:

youtube -v -j http://www.vevo.com/watch/playlist/dadbf4e7-b99f-4184-9670-6f0e547b6a29
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'-j', u'http://www.vevo.com/watch/playlist/dadbf4e7-b99f-4184-9670-6f0e547b6a29']
[debug] Encodings: locale ANSI_X3.4-1968, fs ANSI_X3.4-1968, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2016.04.24
[debug] Python version 2.6.6 - Linux-2.6.32-042stab108.5-x86_64-with-centos-6.7-Final
[debug] exe versions: none
[debug] Proxy map: {}
ERROR: Failed to download video info: HTTP Error 404: Not Found (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
  File "/usr/local/bin/youtube/youtube_dl/extractor/common.py", line 388, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/local/bin/youtube/youtube_dl/YoutubeDL.py", line 1942, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib64/python2.6/urllib2.py", line 397, in open
    response = meth(req, response)
  File "/usr/lib64/python2.6/urllib2.py", line 510, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python2.6/urllib2.py", line 435, in error
    return self._call_chain(*args)
  File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.6/urllib2.py", line 518, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)


Description of issue

youtube-dl outputs a HTTP Error 404: Not Found (caused by HTTPError()) error when trying to download Vevo.com videos that are marked as "Featured Playlist".

Steps to reproduce:

  1. Go to Vevo.com
  2. Some videos are marked as "Featured Video" and other as "Featured Playlist"
  3. Attempt to download a "Featured Playlist" video using youtube-dl
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.