mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 23:12:40 +00:00
[rtvnhnl] Relax the thumbnail check
This commit is contained in:
parent
f0f3a6c99d
commit
fb124e3741
1 changed files with 1 additions and 1 deletions
|
@ -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$'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue