diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-02-02 12:43:08 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-02-02 12:43:09 +0100 | 
| commit | 7ac1f877a7217cc7596b4e1c03b27df7a749ba57 (patch) | |
| tree | ca9461c171cec48c0630ee5e38b13cbd66ec0503 | |
| parent | d55433bbfd9b7237bd7a52f2dc1ca7bd991a1367 (diff) | |
[collegehumor] Fix test
The description simply changed, our code is working fine
| -rw-r--r-- | youtube_dl/extractor/collegehumor.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/collegehumor.py b/youtube_dl/extractor/collegehumor.py index 1db27026a..2b4bf34c9 100644 --- a/youtube_dl/extractor/collegehumor.py +++ b/youtube_dl/extractor/collegehumor.py @@ -38,7 +38,7 @@ class CollegeHumorIE(InfoExtractor):              'title': 'Funny Dogs Protecting Babies Compilation 2014 [NEW HD]',              'uploader': 'Funnyplox TV',              'uploader_id': 'funnyploxtv', -            'description': 'md5:7e8899d3f749db50fa089eb243cba17f', +            'description': 'md5:506f69f7a297ed698ced3375f2363b0e',              'upload_date': '20140128',          },          'params': {  | 
