|
@ -35,6 +35,6 @@ class RTVNHIE(InfoExtractor): |
|
|
return { |
|
|
return { |
|
|
'id': video_id, |
|
|
'id': video_id, |
|
|
'title': meta['title'].strip(), |
|
|
'title': meta['title'].strip(), |
|
|
'thumbnail': meta['image'], |
|
|
|
|
|
|
|
|
'thumbnail': meta.get('image'), |
|
|
'formats': formats |
|
|
'formats': formats |
|
|
} |
|
|
} |