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

Error when parsing Vimeo #3183

Closed
J0shK opened this issue Jul 1, 2014 · 1 comment
Closed

Error when parsing Vimeo #3183

J0shK opened this issue Jul 1, 2014 · 1 comment

Comments

@J0shK
Copy link

@J0shK J0shK commented Jul 1, 2014

user@host:~  $ youtube-dl https://vimeo.com/94923911 -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['https://vimeo.com/94923911', '-v']
[debug] youtube-dl version 2013.07.25.2
[debug] Python version 2.7.5 - Darwin-13.2.0-x86_64-i386-64bit
[debug] Proxy map: {}
[vimeo] 94923911: Downloading webpage
[vimeo] 94923911: 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.
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 99, 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 312, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 96, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 109, 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.
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 1, 2014

You are using an outdated version of youtube-dl. Type youtube-dl -U to update.

@dstftw dstftw closed this Jul 1, 2014
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.