mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[rtvnh] Make thumbnail optional
This commit is contained in:
parent
240ca32e57
commit
f196047832
@ -35,6 +35,6 @@ class RTVNHIE(InfoExtractor):
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': meta['title'].strip(),
|
||||
'thumbnail': meta['image'],
|
||||
'thumbnail': meta.get('image'),
|
||||
'formats': formats
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user