diff options
| -rw-r--r-- | youtube_dl/extractor/collegehumor.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/collegehumor.py b/youtube_dl/extractor/collegehumor.py index 45d81aae5..12b5fdf1c 100644 --- a/youtube_dl/extractor/collegehumor.py +++ b/youtube_dl/extractor/collegehumor.py @@ -17,8 +17,9 @@ class CollegeHumorIE(InfoExtractor):              'id': '6902724',              'ext': 'mp4',              'title': 'Comic-Con Cosplay Catastrophe', -            'description': 'Fans get creative this year', +            'description': "Fans get creative this year at San Diego.  Too creative.  And yes, that's really Joss Whedon.",              'age_limit': 13, +            'duration': 187,          },      },      { | 
