aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2015-05-13 19:36:22 +0500
committerSergey M. <dstftw@gmail.com>2015-05-13 19:36:22 +0500
commit83880949a17586cd9db59272b42dd43e43b02e2e (patch)
treef8e503295d2e638abda5a806a71b1a4bfcf02252 /youtube_dl
parent3749e36e9f0e6be2a3a3ab1b15c0c02be5a50e2f (diff)
parent0b4253fa3710c656e12b6147ed7c1f7843bb9aae (diff)
downloadyoutube-dl-83880949a17586cd9db59272b42dd43e43b02e2e.tar.xz
Merge pull request #5682 from blissland/master
[BYUtvIE] Relax thumbnail regex so test does not fail
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/byutv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/byutv.py b/youtube_dl/extractor/byutv.py
index 6252be05b..3b2de517e 100644
--- a/youtube_dl/extractor/byutv.py
+++ b/youtube_dl/extractor/byutv.py
@@ -16,7 +16,7 @@ class BYUtvIE(InfoExtractor):
'ext': 'mp4',
'description': 'md5:5438d33774b6bdc662f9485a340401cc',
'title': 'Season 5 Episode 5',
- 'thumbnail': 're:^https?://.*promo.*'
+ 'thumbnail': 're:^https?://.*\.jpg$'
},
'params': {
'skip_download': True,