[smotri] Fix duration field name
authordst <dstftw@gmail.com>
Wed, 18 Dec 2013 22:56:48 +0000 (05:56 +0700)
committerdst <dstftw@gmail.com>
Wed, 18 Dec 2013 22:56:48 +0000 (05:56 +0700)
youtube_dl/extractor/smotri.py

index 4ea89bf85e7c27cd159af8b6a927a92476b70b0d..a589a893bea8b6c1f32f59d3c7d2b1edf24af740 100644 (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