mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 23:25:42 +07:00
[yahoo] Make thumbnail optional (Closes #3043)
This commit is contained in:
@@ -113,7 +113,7 @@ def _get_info(self, long_id, video_id):
|
||||
'title': meta['title'],
|
||||
'formats': formats,
|
||||
'description': clean_html(meta['description']),
|
||||
'thumbnail': meta['thumbnail'],
|
||||
'thumbnail': meta.get('thumbnail'),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user