mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[yahoo] Make thumbnail optional (Closes #3043)
This commit is contained in:
parent
b675b32e6b
commit
6340716b3a
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue