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

All Vimeo Downloads Failing #1707

Closed
nickv2002 opened this issue Nov 2, 2013 · 2 comments
Closed

All Vimeo Downloads Failing #1707

nickv2002 opened this issue Nov 2, 2013 · 2 comments

Comments

@nickv2002
Copy link

@nickv2002 nickv2002 commented Nov 2, 2013

Vimeo videos are failing for me. I tried a few URLs and got the same error:

$ youtube-dl --verbose http://vimeo.com/77749860
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://vimeo.com/77749860']
[debug] youtube-dl version 2013.11.09
[debug] Python version 2.7.5+ - Linux-3.11.0-12-generic-x86_64-with-Ubuntu-13.10-saucy
[debug] Proxy map: {}
[vimeo] 77749860: Downloading webpage
[vimeo] 77749860: 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/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 126, in _real_extract
    webpage, u'info section', flags=re.DOTALL)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 237, in _search_regex
    raise ExtractorError(u'Unable to extract %s' % _name)
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.
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 324, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 103, in extract
    return self._real_extract(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 136, 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.
@nickv2002
Copy link
Author

@nickv2002 nickv2002 commented Nov 2, 2013

Just realized my youtube-dl version was a bad version somehow even though PIP told me it was up to date. Had to uninstall/reinstall.

Ignore this bug.

@nickv2002 nickv2002 closed this Nov 2, 2013
@meteormatt
Copy link

@meteormatt meteormatt commented Nov 19, 2013

Me too.
After I upgraded, it is OK now.

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.