projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c121a75
)
[muenchentv] Add thumbnail
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 28 Sep 2014 08:49:58 +0000
(10:49 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 28 Sep 2014 08:49:58 +0000
(10:49 +0200)
youtube_dl/extractor/muenchentv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/muenchentv.py
b/youtube_dl/extractor/muenchentv.py
index 7cb6749bee4eda9b8767fa6d1eb246b8eb6f56e3..c7f6beb9c703de0434a8ab4e9a41df3df16c2d81 100644
(file)
--- a/
youtube_dl/extractor/muenchentv.py
+++ b/
youtube_dl/extractor/muenchentv.py
@@
-22,6
+22,7
@@
class MuenchenTVIE(InfoExtractor):
'ext': 'mp4',
'title': 're:^münchen.tv-Livestream [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
'is_live': True,
+ 'thumbnail': 're:^https?://.*\.jpg$'
},
'params': {
'skip_download': True,
@@
-70,5
+71,6
@@
class MuenchenTVIE(InfoExtractor):
'title': title,
'formats': formats,
'is_live': True,
+ 'thumbnail': thumbnail,
}