projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1c924a
)
[BYUtvIE] Change thumbnail regex so test does not fail
author
blissland
<blissland.house@googlemail.com>
Tue, 12 May 2015 17:57:06 +0000
(18:57 +0100)
committer
blissland
<blissland.house@googlemail.com>
Tue, 12 May 2015 17:57:06 +0000
(18:57 +0100)
youtube_dl/extractor/byutv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/byutv.py
b/youtube_dl/extractor/byutv.py
index 6252be05b7f4b57787152b4edae5378675a96847..3b2de517e53da39e06912ce1a97c4aafe7fa250e 100644
(file)
--- 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,