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.
"Invalid URL" on ebaumsworld.com video #1462
Comments
|
I'm not so sure ebaum's world is supported. See list of supported sites at http://rg3.github.io/youtube-dl/documentation.html#d4 |
|
Thanks for the report, I've added support for videos from ebaumsworld.com. |
$ youtube-dl --verbose http://www.ebaumsworld.com/video/watch/82851740/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.ebaumsworld.com/video/watch/82851740/']
[debug] youtube-dl version 2013.09.07
[debug] Python version 3.3.2 - Linux-3.10.10-1-ARCH-i686-with-arch
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[generic] : Downloading webpage
[generic] : Extracting information
ERROR: Invalid URL: http://www.ebaumsworld.com/video/watch/82851740/; 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 324, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/common.py", line 103, in extract
return self._real_extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/generic.py", line 163, in _real_extract
raise ExtractorError(u'Invalid URL: %s' % url)
youtube_dl.utils.ExtractorError: Invalid URL: http://www.ebaumsworld.com/video/watch/82851740/; 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.