mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-06 01:22:35 +00:00
DailymotionIE: extract thumbnail
This commit is contained in:
parent
fa343954d4
commit
b29f3b250d
@ -78,4 +78,5 @@ class DailymotionIE(InfoExtractor):
|
|||||||
'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