diff options
author | blissland <blissland.house@googlemail.com> | 2015-05-15 17:57:32 +0100 |
---|---|---|
committer | blissland <blissland.house@googlemail.com> | 2015-05-15 17:57:32 +0100 |
commit | e8cfacae3710c2c225488e4b2d41b84268217a55 (patch) | |
tree | 9fa2a8835591b40b78de50facefb580d1d4baeb5 /youtube_dl/extractor/cbsnews.py | |
parent | eeb23eb7ea6953d7e90ccf669cd0e636d10b2b91 (diff) |
[CBSNewsIE] Relax thumbnail regex so test passes
Diffstat (limited to 'youtube_dl/extractor/cbsnews.py')
-rw-r--r-- | youtube_dl/extractor/cbsnews.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/cbsnews.py b/youtube_dl/extractor/cbsnews.py index 7e47960ab..52e61d85b 100644 --- a/youtube_dl/extractor/cbsnews.py +++ b/youtube_dl/extractor/cbsnews.py @@ -32,7 +32,7 @@ class CBSNewsIE(InfoExtractor): 'id': 'fort-hood-shooting-army-downplays-mental-illness-as-cause-of-attack', 'ext': 'flv', 'title': 'Fort Hood shooting: Army downplays mental illness as cause of attack', - 'thumbnail': 'http://cbsnews2.cbsistatic.com/hub/i/r/2014/04/04/0c9fbc66-576b-41ca-8069-02d122060dd2/thumbnail/140x90/6dad7a502f88875ceac38202984b6d58/en-0404-werner-replace-640x360.jpg', + 'thumbnail': 're:^https?://.*\.jpg$', 'duration': 205, }, 'params': { |