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

Unable to extract info section on vimeo video #1874

Closed
aresnick opened this issue Dec 2, 2013 · 1 comment
Closed

Unable to extract info section on vimeo video #1874

aresnick opened this issue Dec 2, 2013 · 1 comment

Comments

@aresnick
Copy link

@aresnick aresnick commented Dec 2, 2013

Running OS X 10.9, getting an error trying to download this video-- viz.

➜  Desktop  youtube-dl --verbose http://vimeo.com/75260457
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://vimeo.com/75260457']
[debug] youtube-dl version 2013.07.25.2
[debug] Python version 2.7.5 - Darwin-13.0.0-x86_64-i386-64bit
[debug] Proxy map: {}
[vimeo] 75260457: Downloading webpage
[vimeo] 75260457: 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.
@phihag
Copy link
Contributor

@phihag phihag commented Dec 2, 2013

Your version is out of date, and the download works fine for me with a current version. Type sudo youtube-dl -U to update. By the way, newer versions include Make sure you are using the latest version; type youtube-dl -U to update. in the update ;).

I'm closing this issue now, but please report back in either case. If you encounter the same issue with a current build of youtube-dl (2013.12.02 or newer), we'll reopen it.

@phihag phihag closed this Dec 2, 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.