Update dailymotion.py
Fix video duration reporting to Dailymotion metadata extractor
This commit is contained in:
parent
1d1dd597ed
commit
0e20ba669f
@ -164,6 +164,7 @@ class DailymotionIE(DailymotionBaseInfoExtractor):
|
|||||||
'thumbnail': info['thumbnail_url'],
|
'thumbnail': info['thumbnail_url'],
|
||||||
'age_limit': age_limit,
|
'age_limit': age_limit,
|
||||||
'view_count': view_count,
|
'view_count': view_count,
|
||||||
|
'duration': info['duration']
|
||||||
}
|
}
|
||||||
|
|
||||||
def _get_subtitles(self, video_id, webpage):
|
def _get_subtitles(self, video_id, webpage):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user