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 fail to extract #2558
Vimeo fail to extract #2558
Comments
|
You are using an outdated version, this error has been fixed. Run |
|
@jaimeMF It looks like @bengadbois has used our manual installation into a local directory, so sudo is not required. |
|
You're right, sorry I didn't read carefully the command. |
Happens with bandcamp too
python26 youtube-dl --verbose -g "https://vimeo.com/87787506"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-g', 'https://vimeo.com/87787506']
[debug] youtube-dl version 2013.08.09
[debug] Python version 2.6.0 - Linux-2.6.18-308.13.1.el5-x86_64-with-redhat-5.8-Final
[debug] Proxy map: {}
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.
Traceback (most recent call last):
File "youtube-dl/youtube_dl/extractor/vimeo.py", line 100, in _real_extract
config = webpage.split(' = {config:')[1].split(',assets:')[0]
IndexError: list index out of range
Traceback (most recent call last):
File "youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "youtube-dl/youtube_dl/extractor/common.py", line 96, in extract
return self._real_extract(url)
File "youtube-dl/youtube_dl/extractor/vimeo.py", line 110, in _real_extract
raise ExtractorError(u'Unable to extract info section')
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.