Przeglądaj źródła

Merge pull request #5682 from blissland/master

[BYUtvIE] Relax thumbnail regex so test does not fail
Sergey M. 10 lat temu
rodzic
commit
83880949a1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      youtube_dl/extractor/byutv.py

+ 1 - 1
youtube_dl/extractor/byutv.py

@@ -16,7 +16,7 @@ class BYUtvIE(InfoExtractor):
             'ext': 'mp4',
             'ext': 'mp4',
             'description': 'md5:5438d33774b6bdc662f9485a340401cc',
             'description': 'md5:5438d33774b6bdc662f9485a340401cc',
             'title': 'Season 5 Episode 5',
             'title': 'Season 5 Episode 5',
-            'thumbnail': 're:^https?://.*promo.*'
+            'thumbnail': 're:^https?://.*\.jpg$'
         },
         },
         'params': {
         'params': {
             'skip_download': True,
             'skip_download': True,