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
1 changed files with 1 additions and 0 deletions

View File

@ -78,4 +78,5 @@ class DailymotionIE(InfoExtractor):
'upload_date': video_upload_date,
'title': video_title,
'ext': video_extension,
'thumbnail': info['thumbnail_url']
}]