aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorngld <ngld@tproxy.de>2015-08-12 20:21:32 +0200
committerngld <ngld@tproxy.de>2015-08-12 20:21:32 +0200
commitfb124e37419668c34b4056575614776b0c64b401 (patch)
tree74ac98061f3d4a1081cc321017258582437900b0
parentf0f3a6c99d2834ca8af87be4978c0040c3744628 (diff)
downloadyoutube-dl-fb124e37419668c34b4056575614776b0c64b401.tar.xz
[rtvnhnl] Relax the thumbnail check
-rw-r--r--youtube_dl/extractor/rtvnhnl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/rtvnhnl.py b/youtube_dl/extractor/rtvnhnl.py
index ce84900a0..0921e2648 100644
--- 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:^https?://rtvnh-webfiles\.[^.]+\.amazonaws\.com/data/cache/[0-9]+/basedata/pf_image/[0-9.]+/[0-9\-a-f]+\.jpg$'
+ 'thumbnail': 're:^http:.*\.jpg$'
}
}