summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-12-18 15:40:40 -0800
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-12-18 15:40:40 -0800
commit1fb8f092736a64a375134e92db1609a3be9fc768 (patch)
treef09aa3f4e109e23a0770b4e07b72babec4d6806c
parent3e78514568ddb516d23de052f694c8de7ab469d7 (diff)
parent0cc83dc54b619376800f9983cc1d7338a6b414ec (diff)
downloadyoutube-dl-1fb8f092736a64a375134e92db1609a3be9fc768.tar.gz
youtube-dl-1fb8f092736a64a375134e92db1609a3be9fc768.tar.xz
youtube-dl-1fb8f092736a64a375134e92db1609a3be9fc768.zip
Merge pull request #2006 from dstftw/master
[smotri] Fix duration field name
-rw-r--r--youtube_dl/extractor/smotri.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/smotri.py b/youtube_dl/extractor/smotri.py
index 4ea89bf85..a589a893b 100644
--- a/youtube_dl/extractor/smotri.py
+++ b/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