mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-25 12:45:51 +01:00
DailymotionIE: extract thumbnail
This commit is contained in:
parent
fa343954d4
commit
b29f3b250d
@ -78,4 +78,5 @@ def _real_extract(self, url):
|
|||||||
'upload_date': video_upload_date,
|
'upload_date': video_upload_date,
|
||||||
'title': video_title,
|
'title': video_title,
|
||||||
'ext': video_extension,
|
'ext': video_extension,
|
||||||
|
'thumbnail': info['thumbnail_url']
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user