From 0cc83dc54b619376800f9983cc1d7338a6b414ec Mon Sep 17 00:00:00 2001 From: dst Date: Thu, 19 Dec 2013 05:56:48 +0700 Subject: [PATCH] [smotri] Fix duration field name --- youtube_dl/extractor/smotri.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2