1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-20 05:32:37 +08:00

Merge pull request #5682 from blissland/master

[BYUtvIE] Relax thumbnail regex so test does not fail
This commit is contained in:
Sergey M.
2015-05-13 19:36:22 +05:00
Unverified
+1 -1
View File
@@ -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,