Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add support for vube #2285
Add support for vube #2285
Comments
|
Well, that was fast. |
|
Vube is supported as of youtube-dl 2014.02.03. It looks like you've installed youtube-dl with pip or a distribution package manager. Type |
I'm getting the following error when downloading from vube
$ youtube-dl http://vube.com/Enrique/wYHV8mr2Ud --verbose [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['http://vube.com/Enrique/wYHV8mr2Ud', '--verbose'] [debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8' [debug] youtube-dl version 2014.01.30.2 [debug] Python version 3.3.3 - Linux-3.12.9-1-ARCH-x86_64-with-arch-Arch-Linux [debug] Proxy map: {} [generic] wYHV8mr2Ud: Requesting header WARNING: Falling back on generic information extractor. [generic] wYHV8mr2Ud: Downloading webpage [generic] wYHV8mr2Ud: Extracting information ERROR: Unsupported URL: http://vube.com/Enrique/wYHV8mr2Ud; 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/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 493, in extract_info ie_result = ie.extract(url) File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/common.py", line 158, in extract return self._real_extract(url) File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/generic.py", line 370, in _real_extract raise ExtractorError('Unsupported URL: %s' % url) youtube_dl.utils.ExtractorError: Unsupported URL: http://vube.com/Enrique/wYHV8mr2Ud; 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.