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

Vimeo: Unable to extract info section #1949

Closed
BobJonkman opened this issue Dec 11, 2013 · 1 comment
Closed

Vimeo: Unable to extract info section #1949

BobJonkman opened this issue Dec 11, 2013 · 1 comment

Comments

@BobJonkman
Copy link

@BobJonkman BobJonkman commented Dec 11, 2013

$ youtube-dl --verbose http://vimeo.com/ondemand/sriracha/79918470
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://vimeo.com/ondemand/sriracha/79918470']
[debug] youtube-dl version 2013.08.29
[debug] Python version 2.7.5+ - Linux-3.11.0-14-generic-i686-with-Ubuntu-13.10-saucy
[debug] Proxy map: {}
[vimeo] 79918470: Downloading webpage
[vimeo] 79918470: 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/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 115, in _real_extract
config = webpage.split(' = {config:')[1].split(',assets:')[0]
IndexError: list index out of range
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 324, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 103, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 125, 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. Make sure you are using the latest version; type youtube-dl -U to update.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 11, 2013

This has been fixed in more recent versions of youtube-dl, run sudo youtube-dl -U to update or use your distribution's package manager.

@jaimeMF jaimeMF closed this Dec 11, 2013
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
2 participants
You can’t perform that action at this time.