diff options
author | remitamine <remitamine@gmail.com> | 2015-10-16 16:02:40 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2015-10-16 16:02:40 +0100 |
commit | cce9d15d0115e8b4cd1f6e2a327b5e9dbdf0ee54 (patch) | |
tree | 87b7f61923ef22bcd4f85c54a55e928f77a966b6 /youtube_dl/extractor/vice.py | |
parent | dd414c970bcc493358ff6a76f6544a0417125594 (diff) |
[ooyala] extract domain,handle errors and change related tests
Diffstat (limited to 'youtube_dl/extractor/vice.py')
-rw-r--r-- | youtube_dl/extractor/vice.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vice.py b/youtube_dl/extractor/vice.py index 01af7a995..7df87c31c 100644 --- a/youtube_dl/extractor/vice.py +++ b/youtube_dl/extractor/vice.py @@ -15,6 +15,7 @@ class ViceIE(InfoExtractor): 'id': '43cW1mYzpia9IlestBjVpd23Yu3afAfp', 'ext': 'mp4', 'title': 'VICE_COWBOYCAPITALISTS_PART01_v1_VICE_WM_1080p.mov', + 'duration': 725983, }, 'params': { # Requires ffmpeg (m3u8 manifest) |