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

[vube]: extractor is broken #3459

Closed
chaochichen opened this issue Aug 6, 2014 · 2 comments
Closed

[vube]: extractor is broken #3459

chaochichen opened this issue Aug 6, 2014 · 2 comments

Comments

@chaochichen
Copy link

@chaochichen chaochichen commented Aug 6, 2014

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://vube.com/Chiara+Grispo+Video+Channel/YL2qNPkqon']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.08.05
[debug] Git HEAD: cccfab6
[debug] Python version 2.7.5 - Darwin-13.3.0-x86_64-i386-64bit
[debug] Proxy map: {}
[vube] YL2qNPkqon: Downloading webpage
ERROR: Unable to extract video data; 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 "/Users/cchen/Projects/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
File "/Users/cchen/Projects/youtube-dl/youtube_dl/extractor/common.py", line 170, in extract
return self._real_extract(url)
File "/Users/cchen/Projects/youtube-dl/youtube_dl/extractor/vube.py", line 77, in _real_extract
webpage, 'video data'
File "/Users/cchen/Projects/youtube-dl/youtube_dl/extractor/common.py", line 391, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract video data; 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.

@tinybug tinybug mentioned this issue Aug 7, 2014
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Aug 9, 2014

Fixed by @tinybug. It will work in the next release.

@jaimeMF jaimeMF closed this Aug 9, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Aug 22, 2014

Thank you for the report. Fixed in youtube-dl 2014.08.22. Type youtube-dl -U to update.

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.