1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-24 19:03:23 +02:00

Merge pull request #2006 from dstftw/master

[smotri] Fix duration field name
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-12-18 15:40:40 -08:00
commit 1fb8f09273

View File

@ -202,7 +202,7 @@ class SmotriIE(InfoExtractor):
'uploader': video_uploader,
'upload_date': video_upload_date,
'uploader_id': video_uploader_id,
'video_duration': video_duration,
'duration': video_duration,
'view_count': video_view_count,
'age_limit': 18 if adult_content else 0,
'video_page_url': video_page_url