Explorar o código

[rtvnhnl] Relax the thumbnail check

ngld %!s(int64=10) %!d(string=hai) anos
pai
achega
fb124e3741
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/extractor/rtvnhnl.py

+ 1 - 1
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$'
         }
     }