diff options
author | remitamine <remitamine@gmail.com> | 2015-12-04 16:18:02 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2015-12-04 16:18:02 +0100 |
commit | 53e06b25070580b8b0dab7dd54ddff82f3bd2583 (patch) | |
tree | adbda5cd892cab8ffb77dc01043a3626b4f578aa /youtube_dl/extractor/teachingchannel.py | |
parent | b80d4bebf307a18ea0e4991503f91ef601cb2091 (diff) |
[ooyala] fix duration scale
Diffstat (limited to 'youtube_dl/extractor/teachingchannel.py')
-rw-r--r-- | youtube_dl/extractor/teachingchannel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/teachingchannel.py b/youtube_dl/extractor/teachingchannel.py index 36a6fc679..e0477382c 100644 --- a/youtube_dl/extractor/teachingchannel.py +++ b/youtube_dl/extractor/teachingchannel.py @@ -16,7 +16,7 @@ class TeachingChannelIE(InfoExtractor): 'ext': 'mp4', 'title': 'A History of Teaming', 'description': 'md5:2a9033db8da81f2edffa4c99888140b3', - 'duration': 422255, + 'duration': 422.255, }, 'params': { # m3u8 download |