mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 01:03:04 +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,
|
||||
'title': video_title,
|
||||
'ext': video_extension,
|
||||
'thumbnail': info['thumbnail_url']
|
||||
}]
|
||||
|
Loading…
Reference in New Issue
Block a user