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

list index out of range #1364

Closed
JasonJAyalaP opened this issue Sep 3, 2013 · 1 comment
Closed

list index out of range #1364

JasonJAyalaP opened this issue Sep 3, 2013 · 1 comment

Comments

@JasonJAyalaP
Copy link

@JasonJAyalaP JasonJAyalaP commented Sep 3, 2013

Hi. I got this error:

~/Downloads❯ sudo youtube-dl -U
Password:
Updating to version 2013.08.30...
Updated youtube-dl. Restart youtube-dl to use the new version.
~/Downloads❯ youtube-dl http://player.vimeo.com/video/54469442 --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://player.vimeo.com/video/54469442', '--verbose']
[debug] youtube-dl version 2013.08.30
[debug] Python version 2.7.4 - Darwin-12.3.0-x86_64-i386-64bit
[debug] Proxy map: {}
[vimeo] 54469442: Downloading webpage
[vimeo] 54469442: 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 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/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 324, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 103, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/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 jaimeMF closed this in aa32314 Sep 3, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Sep 3, 2013

Thanks for the report!, the fix will be in the next release.

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.