From 9a6e44a1c38caa3ac5b4c3e6c47498e260d01706 Mon Sep 17 00:00:00 2001 From: TRox1972 Date: Sun, 15 May 2016 16:00:08 +0200 Subject: [PATCH 1/2] Update collegehumor.py update embed test URL --- youtube_dl/extractor/collegehumor.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/youtube_dl/extractor/collegehumor.py b/youtube_dl/extractor/collegehumor.py index 002b24037..db970521b 100644 --- a/youtube_dl/extractor/collegehumor.py +++ b/youtube_dl/extractor/collegehumor.py @@ -35,14 +35,14 @@ class CollegeHumorIE(InfoExtractor): }, }, { # embedded youtube video - 'url': 'http://www.collegehumor.com/embed/6950306', + 'url': 'http://www.collegehumor.com/post/6950306/jfk-john-f-kennedy-died-this-morning-interview-prank', 'info_dict': { 'id': 'Z-bao9fg6Yc', - 'ext': 'mp4', 'title': 'Young Americans Think President John F. Kennedy Died THIS MORNING IN A CAR ACCIDENT!!!', + #'md5': '', # --test returns one audio and one video file 'uploader': 'Mark Dice', 'uploader_id': 'MarkDice', - 'description': 'md5:62c3dab9351fac7bb44b53b69511d87f', + 'description': '', 'upload_date': '20140127', }, 'params': { From 740090cb367e506ce1ff33c1a61d81caf92afdba Mon Sep 17 00:00:00 2001 From: TRox1972 Date: Sun, 15 May 2016 16:00:49 +0200 Subject: [PATCH 2/2] Update collegehumor.py --- youtube_dl/extractor/collegehumor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/collegehumor.py b/youtube_dl/extractor/collegehumor.py index db970521b..c99d74d99 100644 --- a/youtube_dl/extractor/collegehumor.py +++ b/youtube_dl/extractor/collegehumor.py @@ -39,7 +39,6 @@ class CollegeHumorIE(InfoExtractor): 'info_dict': { 'id': 'Z-bao9fg6Yc', 'title': 'Young Americans Think President John F. Kennedy Died THIS MORNING IN A CAR ACCIDENT!!!', - #'md5': '', # --test returns one audio and one video file 'uploader': 'Mark Dice', 'uploader_id': 'MarkDice', 'description': '',