Merge pull request #5682 from blissland/master
authorSergey M. <dstftw@gmail.com>
Wed, 13 May 2015 14:36:22 +0000 (19:36 +0500)
committerSergey M. <dstftw@gmail.com>
Wed, 13 May 2015 14:36:22 +0000 (19:36 +0500)
[BYUtvIE] Relax thumbnail regex so test does not fail

youtube_dl/extractor/byutv.py

index 6252be05b7f4b57787152b4edae5378675a96847..3b2de517e53da39e06912ce1a97c4aafe7fa250e 100644 (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,