diff options
author | Tithen-Firion <Tithen-Firion@users.noreply.github.com> | 2017-04-27 23:00:49 +0200 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2017-04-28 04:00:49 +0700 |
commit | 33c62efc32be0566ec21ecba817c1b2f7a6be1ce (patch) | |
tree | 81e502cf0f384a11971b190f596d97087bcbbb35 /youtube_dl/extractor/collegerama.py | |
parent | 6b4ddd336cf50f2ecc00b2addf4950d73b1b3087 (diff) |
[collegerama] Update tests
Diffstat (limited to 'youtube_dl/extractor/collegerama.py')
-rw-r--r-- | youtube_dl/extractor/collegerama.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/collegerama.py b/youtube_dl/extractor/collegerama.py index 18c734766..6a41db87c 100644 --- a/youtube_dl/extractor/collegerama.py +++ b/youtube_dl/extractor/collegerama.py @@ -21,7 +21,7 @@ class CollegeRamaIE(InfoExtractor): 'ext': 'mp4', 'title': 'Een nieuwe wereld: waarden, bewustzijn en techniek van de mensheid 2.0.', 'description': '', - 'thumbnail': r're:^https?://.*\.jpg$', + 'thumbnail': r're:^https?://.*\.jpg(?:\?.*?)?$', 'duration': 7713.088, 'timestamp': 1413309600, 'upload_date': '20141014', @@ -35,6 +35,7 @@ class CollegeRamaIE(InfoExtractor): 'ext': 'wmv', 'title': '64ste Vakantiecursus: Afvalwater', 'description': 'md5:7fd774865cc69d972f542b157c328305', + 'thumbnail': r're:^https?://.*\.jpg(?:\?.*?)?$', 'duration': 10853, 'timestamp': 1326446400, 'upload_date': '20120113', |