Browse Source

Merge pull request #2006 from dstftw/master

[smotri] Fix duration field name
Jaime Marquínez Ferrándiz 11 years ago
parent
commit
1fb8f09273
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/smotri.py

+ 1 - 1
youtube_dl/extractor/smotri.py

@@ -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