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

Problem when trying to download Vimeo video #6302

Closed
rafaelescrich opened this issue Jul 20, 2015 · 6 comments
Closed

Problem when trying to download Vimeo video #6302

rafaelescrich opened this issue Jul 20, 2015 · 6 comments

Comments

@rafaelescrich
Copy link

@rafaelescrich rafaelescrich commented Jul 20, 2015

This error is shown when I'm trying to download a Vimeo video.

youtube-dl --max-quality url http://vimeo.com/24659330
[vimeo] 24659330: Downloading webpage
ERROR: Unable to download webpage: urlopen error EOF occurred in violation of protocol (_ssl.c:581)

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jul 20, 2015

Could you post the full verbose log with -v?

@rafaelescrich
Copy link
Author

@rafaelescrich rafaelescrich commented Jul 20, 2015

youtube-dl -v --max-quality url http://vimeo.com/24659330
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', '--max-quality', 'url', 'http://vimeo.com/24659330']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.08.05
[debug] Python version 2.7.8 - Linux-3.16.0-43-generic-x86_64-with-Ubuntu-14.10-utopic
[debug] Proxy map: {}
[vimeo] 24659330: Downloading webpage
ERROR: Unable to download webpage: <urlopen error EOF occurred in violation of protocol (_ssl.c:581)>
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 203, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1231, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 442, in error
result = self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 629, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/dist-packages/youtube_dl/utils.py", line 598, in https_open
return self.do_open(HTTPSConnectionV3, req)
File "/usr/lib/python2.7/urllib2.py", line 1169, in do_open
raise URLError(err)

@rafaelescrich
Copy link
Author

@rafaelescrich rafaelescrich commented Jul 20, 2015

@beew
Copy link

@beew beew commented Jul 23, 2015

I used the command

youtube-dl -f best https://vimeo.com/24659330

It works flawlessly, the downloaded file is 1280x720 .

The option "--max-quality" has been removed for a while

#5550

@rafaelescrich
Copy link
Author

@rafaelescrich rafaelescrich commented Jul 23, 2015

Thanks, I think the problem was because I was using a old version from the repository of Ubuntu.

@beew
Copy link

@beew beew commented Jul 23, 2015

Version in Ubuntu's repo never works as it is hopelessly outdated. Either install it manually or use the webupd8 ppa https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8

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
3 participants
You can’t perform that action at this time.