diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-10-15 01:59:11 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-10-15 01:59:11 +0600 |
commit | fafc7950e2230bf25ac7c7563f1704cf8f134f64 (patch) | |
tree | e01c2f9770eedccb95db34e6623f2f9b7a27c64a /youtube_dl/extractor/channel9.py | |
parent | a13d06de420f6968425d48030c37e1150ff9ed6a (diff) |
[channel9] Update tests' thumbnails
Diffstat (limited to 'youtube_dl/extractor/channel9.py')
-rw-r--r-- | youtube_dl/extractor/channel9.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/channel9.py b/youtube_dl/extractor/channel9.py index 554399787..c74553dcf 100644 --- a/youtube_dl/extractor/channel9.py +++ b/youtube_dl/extractor/channel9.py @@ -32,7 +32,7 @@ class Channel9IE(InfoExtractor): 'title': 'Developer Kick-Off Session: Stuff We Love', 'description': 'md5:c08d72240b7c87fcecafe2692f80e35f', 'duration': 4576, - 'thumbnail': 'http://video.ch9.ms/ch9/9d51/03902f2d-fc97-4d3c-b195-0bfe15a19d51/KOS002_220.jpg', + 'thumbnail': 're:http://.*\.jpg', 'session_code': 'KOS002', 'session_day': 'Day 1', 'session_room': 'Arena 1A', @@ -48,7 +48,7 @@ class Channel9IE(InfoExtractor): 'title': 'Self-service BI with Power BI - nuclear testing', 'description': 'md5:d1e6ecaafa7fb52a2cacdf9599829f5b', 'duration': 1540, - 'thumbnail': 'http://video.ch9.ms/ch9/87e1/0300391f-a455-4c72-bec3-4422f19287e1/selfservicenuk_512.jpg', + 'thumbnail': 're:http://.*\.jpg', 'authors': ['Mike Wilmot'], }, }, |