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

cannot download videos from vimeo.com #3784

Closed
nileshcool opened this issue Sep 17, 2014 · 1 comment
Closed

cannot download videos from vimeo.com #3784

nileshcool opened this issue Sep 17, 2014 · 1 comment

Comments

@nileshcool
Copy link

@nileshcool nileshcool commented Sep 17, 2014

Hello sir, I am not able to download Videos from vimeo.com site,. though the same video is being played in browser, and here is the o/p of youtube-dl -v
Also, I have no account on vimeo and so I am not logged in (in case it matters)

$ youtube-dl -v http://vimeo.com/106388449
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://vimeo.com/106388449']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.06.26
[debug] Python version 2.6.6 - Linux-2.6.32-431.el6.x86_64-x86_64-with-centos-6.5-Final
[debug] Proxy map: {}
[vimeo] 106388449: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 8] _ssl.c:492: EOF occurred in violation of protocol>
File "/home/nilesh/bin/youtube-dl/youtube_dl/extractor/common.py", line 200, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/home/nilesh/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1225, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib64/python2.6/urllib2.py", line 391, in open
response = self._open(req, data)
File "/usr/lib64/python2.6/urllib2.py", line 409, in _open
'_open', req)
File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain
result = func(*args)
File "/home/nilesh/bin/youtube-dl/youtube_dl/utils.py", line 591, in https_open
return self.do_open(HTTPSConnectionV3, req)
File "/usr/lib64/python2.6/urllib2.py", line 1165, in do_open
raise URLError(err)

@nileshcool
Copy link
Author

@nileshcool nileshcool commented Sep 17, 2014

Sorry, I was using version 2014.06.26, but seems after updating to version 2014.09.16.1 the problem is solved.
Seems the old version did not supported vimeo download, but the new version is not only downloading single videos, but even the Albums as in youtube.com
Thanks

@nileshcool nileshcool closed this Sep 17, 2014
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
1 participant
You can’t perform that action at this time.