0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-26 02:55:17 +00:00

DailymotionIE: extract thumbnail

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-07-05 19:39:37 +02:00
parent fa343954d4
commit b29f3b250d

View file

@ -78,4 +78,5 @@ def _real_extract(self, url):
'upload_date': video_upload_date,
'title': video_title,
'ext': video_extension,
'thumbnail': info['thumbnail_url']
}]