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.
KeyError with collegehumor.com videos #2277
Comments
|
Fixed, thanks for the report. |
|
You can now type |
|
Works great, thanks! |
When I try to download the following URLs I keep getting 'KeyError' error messages. I assume this affects all CollegeHumor videos. Verbose below:
collegehumor.com/video/5812266
youtube-dl.exe http://www.collegehumor.com/video/5812266 --verbose [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['http://www.collegehumor.com/video/5812266', '--verbose'] [debug] Encodings: locale 'cp1252', fs 'mbcs', out 'cp437', pref: 'cp1252' [debug] youtube-dl version 2014.01.30.1 [debug] Python version 2.7.5 - Windows-7-6.1.7601-SP1 [debug] Proxy map: {} [CollegeHumor] 5812266: Downloading info JSON Traceback (most recent call last): File "__main__.py", line 18, in <module> File "youtube_dl\__init__.pyo", line 783, in main File "youtube_dl\__init__.pyo", line 773, in _real_main File "youtube_dl\YoutubeDL.pyo", line 982, in download File "youtube_dl\YoutubeDL.pyo", line 493, in extract_info File "youtube_dl\extractor\common.pyo", line 158, in extract File "youtube_dl\extractor\collegehumor.pyo", line 52, in _real_extract KeyError: u'webm'collegehumor.com/embed/6950457/8-dogs-protecting-babies-like-the-magnificent-beasts-they-are-compilation
youtube-dl.exe http://www.collegehumor.com/embed/6950457/8-dogs- protecting-babies-like-the-magnificent-beasts-they-are-compilation --verbose [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['http://www.collegehumor.com/embed/6950457/8-dogs- protecting-babies-like-the-magnificent-beasts-they-are-compilation', '--verbose'] [debug] Encodings: locale 'cp1252', fs 'mbcs', out 'cp437', pref: 'cp1252' [debug] youtube-dl version 2014.01.30.1 [debug] Python version 2.7.5 - Windows-7-6.1.7601-SP1 [debug] Proxy map: {} [CollegeHumor] 6950457: Downloading info JSON Traceback (most recent call last): File "__main__.py", line 18, in <module> File "youtube_dl\__init__.pyo", line 783, in main File "youtube_dl\__init__.pyo", line 773, in _real_main File "youtube_dl\YoutubeDL.pyo", line 982, in download File "youtube_dl\YoutubeDL.pyo", line 493, in extract_info File "youtube_dl\extractor\common.pyo", line 158, in extract File "youtube_dl\extractor\collegehumor.pyo", line 52, in _real_extract KeyError: u'mp4'