[rtvnhnl] Relax the thumbnail check
authorngld <ngld@tproxy.de>
Wed, 12 Aug 2015 18:21:32 +0000 (20:21 +0200)
committerngld <ngld@tproxy.de>
Wed, 12 Aug 2015 18:21:32 +0000 (20:21 +0200)
youtube_dl/extractor/rtvnhnl.py

index ce84900a0fe6ccbea8c147efbee8125bd6fc93e4..0921e264816758cafe8096cfac3f4b7bb1ddcbaf 100644 (file)
@@ -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$'
         }
     }