Browse Source

[rtvnhnl] Relax the thumbnail check

totalwebcasting
ngld 9 years ago
parent
commit
fb124e3741
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/rtvnhnl.py

+ 1
- 1
youtube_dl/extractor/rtvnhnl.py View 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$'
}
}


Loading…
Cancel
Save