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

youtube-dl issue #2610

Closed
mfhyde opened this issue Mar 23, 2014 · 1 comment
Closed

youtube-dl issue #2610

mfhyde opened this issue Mar 23, 2014 · 1 comment

Comments

@mfhyde
Copy link

@mfhyde mfhyde commented Mar 23, 2014

youtube-dl -i "http://digg.com/video/greeks-math" --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-i', 'http://digg.com/video/greeks-math', '--verbose']
[debug] youtube-dl version 2013.11.11
[debug] Python version 2.7.5+ - Linux-3.11-2-amd64-x86_64-with-LinuxMint-1-debian
[debug] Proxy map: {'http': 'http://127.0.0.1:8118/', 'https': 'http://127.0.0.1:8118/', 'no': 'localhost,127.0.0.0/8,::1'}
WARNING: Falling back on generic information extractor.
[generic] greeks-math: Downloading webpage
[generic] greeks-math: Extracting information
[vimeo] 88872028: Downloading webpage
[vimeo] 88872028: 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/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 155, in _real_extract
webpage, u'info section', flags=re.DOTALL)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 270, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: 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/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 348, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 125, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 166, in _real_extract
cause=e)
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
Copy link
Collaborator

@jaimeMF jaimeMF commented Mar 23, 2014

You are using an outdated version, run sudo youtube-dl -U to get the last version.

@jaimeMF jaimeMF closed this Mar 23, 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.