Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
cannot download videos from vimeo.com #3784
Comments
|
Sorry, I was using version 2014.06.26, but seems after updating to version 2014.09.16.1 the problem is solved. |
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)