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.
collegehumor invlaid URL #1179
collegehumor invlaid URL #1179
Comments
|
Thanks for the report, the problem was actually that it didn't recognized urls that end in '/', http://www.collegehumor.com/video/6902835 was working because it redirects to |
|
That was quick. Thanks! |
|
The problem has surfaced again, but in a worse form. Trying to download this video gives
Note that this only happens for some CollegeHumor videos. Most of them work just fine (they are embedded in a variety of ways). |
$ ./youtube-dl --verbose http://www.collegehumor.
com/e/6902835
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.collegehumor.com/e/6902835']
[debug] youtube-dl version 2013.08.02
[debug] Python version 2.7.3 - IRIX64-6.5-IP35-mips-n32bit-ELF
[debug] Proxy map: {'http': 'http://10.2.4.16:3128/', 'https': 'http://10.2.4.16:3128/'}
WARNING: Falling back on generic information extractor.
[generic] 6902835: Downloading webpage
[generic] 6902835: Extracting information
ERROR: Invalid URL: http://www.collegehumor.com/e/6902835; 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.
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 96, in extract
return self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/generic.py", line 148, in _real_extract
raise ExtractorError(u'Invalid URL: %s' % url)
ExtractorError: Invalid URL: http://www.collegehumor.com/e/6902835; 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.
/e/ are embed URLs, http://www.collegehumor.com/video/6902835 works.