diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-03-13 06:09:21 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-03-13 06:09:21 +0700 |
commit | 2a5b502364ff90ac31605a57f41f0fc6290440ce (patch) | |
tree | 73e6cee6c62c9731c708cfa436d2c3a556eedda5 | |
parent | 98ff9d82d40fef70c2a2bdaecc2a66c9b7506cc8 (diff) |
[collegehumor] Fix test
-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, }, }, { |