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.
Vimeo Pro #1991
Vimeo Pro #1991
Comments
|
You are using an outdated version of youtube-dl. I can reproduce the problem with version 2013.12.04, but the download works fine with a current version. Type |
Download from vimeopro.com doesn't work...
video URL: http://vimeopro.com/andrewchristian/gallery/video/77719442
youtube-dl --verbose http://vimeopro.com/andrewchristian/gallery/video/77719442
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://vimeopro.com/andrewchristian/gallery/video/77719442']
[debug] youtube-dl version 2013.12.04
[debug] Python version 2.7.3 - Linux-3.10.9-xxxx-grs-ipv6-64-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[vimeo] 77719442: Downloading webpage
[vimeo] 77719442: Extracting information
ERROR: Unable to extract info section; 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.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 155, in _real_extract
webpage, u'info section', flags=re.DOTALL)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 284, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract info section; 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.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 429, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 131, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 166, in _real_extract
cause=e)
ExtractorError: Unable to extract info section; 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.