mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 10:07:46 +08:00
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'],
|
||||
'age_limit': age_limit,
|
||||
'view_count': view_count,
|
||||
'duration': info['duration']
|
||||
}
|
||||
|
||||
def _get_subtitles(self, video_id, webpage):
|
||||
|
Loading…
x
Reference in New Issue
Block a user