From 53e06b25070580b8b0dab7dd54ddff82f3bd2583 Mon Sep 17 00:00:00 2001 From: remitamine Date: Fri, 4 Dec 2015 16:18:02 +0100 Subject: [ooyala] fix duration scale --- youtube_dl/extractor/generic.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'youtube_dl/extractor/generic.py') diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py index b60684f98..e3bdff2d8 100644 --- a/youtube_dl/extractor/generic.py +++ b/youtube_dl/extractor/generic.py @@ -339,7 +339,7 @@ class GenericIE(InfoExtractor): 'id': 'BwY2RxaTrTkslxOfcan0UCf0YqyvWysJ', 'ext': 'mp4', 'title': '2cc213299525360.mov', # that's what we get - 'duration': 238231, + 'duration': 238.231, }, 'add_ie': ['Ooyala'], }, @@ -351,7 +351,7 @@ class GenericIE(InfoExtractor): 'ext': 'mp4', 'title': '"Steve Jobs: Man in the Machine" trailer', 'description': 'The first trailer for the Alex Gibney documentary "Steve Jobs: Man in the Machine."', - 'duration': 135427, + 'duration': 135.427, }, 'params': { 'skip_download': True, @@ -964,7 +964,7 @@ class GenericIE(InfoExtractor): 'ext': 'mp4', 'description': 'VIDEO: INDEX/MATCH versus VLOOKUP.', 'title': 'This is what separates the Excel masters from the wannabes', - 'duration': 191933, + 'duration': 191.933, }, 'params': { # m3u8 downloads -- cgit v1.2.3