projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f3a6c
)
[rtvnhnl] Relax the thumbnail check
author
ngld
<ngld@tproxy.de>
Wed, 12 Aug 2015 18:21:32 +0000
(20:21 +0200)
committer
ngld
<ngld@tproxy.de>
Wed, 12 Aug 2015 18:21:32 +0000
(20:21 +0200)
youtube_dl/extractor/rtvnhnl.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rtvnhnl.py
b/youtube_dl/extractor/rtvnhnl.py
index ce84900a0fe6ccbea8c147efbee8125bd6fc93e4..0921e264816758cafe8096cfac3f4b7bb1ddcbaf 100644
(file)
--- a/
youtube_dl/extractor/rtvnhnl.py
+++ b/
youtube_dl/extractor/rtvnhnl.py
@@
-17,7
+17,7
@@
class RtvnhNlIE(InfoExtractor):
'id': '131946',
'ext': 'mp4',
'title': 'Grote zoektocht in zee bij Zandvoort naar vermiste vrouw',
- 'thumbnail': 're:^http
s?://rtvnh-webfiles\.[^.]+\.amazonaws\.com/data/cache/[0-9]+/basedata/pf_image/[0-9.]+/[0-9\-a-f]+
\.jpg$'
+ 'thumbnail': 're:^http
:.*
\.jpg$'
}
}