mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-06 07:27:08 -05:00
[yahoo] Make thumbnail optional (Closes #3043)
This commit is contained in:
@@ -113,7 +113,7 @@ class YahooIE(InfoExtractor):
|
|||||||
'title': meta['title'],
|
'title': meta['title'],
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
'description': clean_html(meta['description']),
|
'description': clean_html(meta['description']),
|
||||||
'thumbnail': meta['thumbnail'],
|
'thumbnail': meta.get('thumbnail'),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user