diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-11-14 06:11:17 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-11-14 06:11:17 +0600 | 
| commit | e01b432ad38b36b1ba6cb1b6dccecec51f9fc1e7 (patch) | |
| tree | cb9a514b0f69e121039098409cc2b66c76dbb425 /youtube_dl/extractor/brightcove.py | |
| parent | fd91257c4019a1956cc59eac1232f2c413b9747d (diff) | |
[brightcove:new] Fix test
Diffstat (limited to 'youtube_dl/extractor/brightcove.py')
| -rw-r--r-- | youtube_dl/extractor/brightcove.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py index f137ba8c6..6b184157c 100644 --- a/youtube_dl/extractor/brightcove.py +++ b/youtube_dl/extractor/brightcove.py @@ -366,7 +366,7 @@ class BrightcoveNewIE(InfoExtractor):              'description': 'md5:eac376a4fe366edc70279bfb681aea16',              'timestamp': 1441391203,              'upload_date': '20150904', -            'duration': 165768, +            'duration': 165.768,              'uploader_id': '929656772001',          }      } | 
