about summary refs log tree commit diff
path: root/youtube_dl/extractor/vice.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2016-05-24 11:24:29 +0100
committerremitamine <remitamine@gmail.com>2016-05-24 11:24:29 +0100
commit277c7465f58e0ac50de0dd9ebc2083f6142e9a94 (patch)
tree887ca3330f6f548293cd570fd793a80528f9c3e4 /youtube_dl/extractor/vice.py
parenta4760d204fe4cd7592bdfc91cbf550eb985374ac (diff)
downloadyoutube-dl-277c7465f58e0ac50de0dd9ebc2083f6142e9a94.tar.gz
youtube-dl-277c7465f58e0ac50de0dd9ebc2083f6142e9a94.tar.xz
youtube-dl-277c7465f58e0ac50de0dd9ebc2083f6142e9a94.zip
[ooyala] check manifest ext with determine_ext and update tests for related extractors
Diffstat (limited to 'youtube_dl/extractor/vice.py')
-rw-r--r--youtube_dl/extractor/vice.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vice.py b/youtube_dl/extractor/vice.py
index 95daf4dfd..e2b2ce098 100644
--- a/youtube_dl/extractor/vice.py
+++ b/youtube_dl/extractor/vice.py
@@ -11,12 +11,14 @@ class ViceIE(InfoExtractor):
 
     _TESTS = [{
         'url': 'http://www.vice.com/video/cowboy-capitalists-part-1',
+        'md5': 'e9d77741f9e42ba583e683cd170660f7',
         'info_dict': {
             'id': '43cW1mYzpia9IlestBjVpd23Yu3afAfp',
             'ext': 'flv',
             'title': 'VICE_COWBOYCAPITALISTS_PART01_v1_VICE_WM_1080p.mov',
             'duration': 725.983,
         },
+        'add_ie': ['Ooyala'],
     }, {
         'url': 'http://www.vice.com/video/how-to-hack-a-car',
         'md5': '6fb2989a3fed069fb8eab3401fc2d3c9',
@@ -29,6 +31,7 @@ class ViceIE(InfoExtractor):
             'uploader': 'Motherboard',
             'upload_date': '20140529',
         },
+        'add_ie': ['Youtube'],
     }, {
         'url': 'https://news.vice.com/video/experimenting-on-animals-inside-the-monkey-lab',
         'only_matching': True,