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

error downloading from Vimeo #2106

Closed
drxero opened this issue Jan 6, 2014 · 2 comments
Closed

error downloading from Vimeo #2106

drxero opened this issue Jan 6, 2014 · 2 comments

Comments

@drxero
Copy link

@drxero drxero commented Jan 6, 2014

videogrunt@dev-oracle:~$ youtube-dl --verbose http://vimeo.com/user21297594/review/75524534/3c257a1b5d

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://vimeo.com/user21297594/review/75524534/3c257a1b5d']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.01.05.6
[debug] Python version 2.6.6 - Linux-2.6.32-5-xen-amd64-x86_64-with-debian-6.0.3
[debug] Proxy map: {}
[vimeo:user] user21297594: Downloading page 1
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 "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 183, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1110, in urlopen
return self._opener.open(req)
File "/usr/lib/python2.6/urllib2.py", line 397, in open
response = meth(req, response)
File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.6/urllib2.py", line 435, in error
return self._call_chain(_args)
File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
result = func(_args)
File "/usr/lib/python2.6/urllib2.py", line 518, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)

@phihag
Copy link
Contributor

@phihag phihag commented Jan 6, 2014

Thank you for the report. youtube-dl 2014.01.06 adds support for Vimeo review pages (which were mis-classified as user pages). Type sudo youtube-dl -U to update.

@phihag phihag closed this in fcea44c Jan 6, 2014
@drxero
Copy link
Author

@drxero drxero commented Jan 6, 2014

Confirmed working in 2014.01.06 -- thanks!

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.