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 fail to extract #2558

Closed
bengadbois opened this issue Mar 13, 2014 · 3 comments
Closed

Vimeo fail to extract #2558

bengadbois opened this issue Mar 13, 2014 · 3 comments

Comments

@bengadbois
Copy link

@bengadbois bengadbois commented Mar 13, 2014

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.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Mar 13, 2014

You are using an outdated version, this error has been fixed. Run sudo youtube-dl -U to update or use you package manager (but they may be packaging a version too old).

@jaimeMF jaimeMF closed this Mar 13, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Mar 13, 2014

@jaimeMF It looks like @bengadbois has used our manual installation into a local directory, so sudo is not required. python2.6 youtube-dl -U is the correct way to update here.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Mar 13, 2014

You're right, sorry I didn't read carefully the command.

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
3 participants
You can’t perform that action at this time.