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/byutv.py | |
parent | b80d4bebf307a18ea0e4991503f91ef601cb2091 (diff) |
[ooyala] fix duration scale
Diffstat (limited to 'youtube_dl/extractor/byutv.py')
-rw-r--r-- | youtube_dl/extractor/byutv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/byutv.py b/youtube_dl/extractor/byutv.py index ce25816f0..dda98059e 100644 --- a/youtube_dl/extractor/byutv.py +++ b/youtube_dl/extractor/byutv.py @@ -17,7 +17,7 @@ class BYUtvIE(InfoExtractor): 'description': 'md5:e07269172baff037f8e8bf9956bc9747', 'title': 'Season 5 Episode 5', 'thumbnail': 're:^https?://.*\.jpg$', - 'duration': 1486486, + 'duration': 1486.486, }, 'params': { 'skip_download': True, |