summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-02-22 21:29:53 +0700
committerSergey M․ <dstftw@gmail.com>2017-02-22 21:29:53 +0700
commit58ad6995cd3974eb9cff64f3fa8d34ec68cb6a03 (patch)
tree6b30ec5992441199262e0f0eab324fc88d87f342
parenta86e4160880e0747c5a0b774fe8d3b0cbb2990ae (diff)
downloadyoutube-dl-58ad6995cd3974eb9cff64f3fa8d34ec68cb6a03.tar.gz
youtube-dl-58ad6995cd3974eb9cff64f3fa8d34ec68cb6a03.tar.xz
youtube-dl-58ad6995cd3974eb9cff64f3fa8d34ec68cb6a03.zip
[vidzi] Add test for #12213
-rw-r--r--youtube_dl/extractor/vidzi.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vidzi.py b/youtube_dl/extractor/vidzi.py
index b642caf22..d0556297e 100644
--- a/youtube_dl/extractor/vidzi.py
+++ b/youtube_dl/extractor/vidzi.py
@@ -29,6 +29,9 @@ class VidziIE(InfoExtractor):
     }, {
         'url': 'http://vidzi.tv/embed-4z2yb0rzphe9-600x338.html',
         'skip_download': True,
+    }, {
+        'url': 'http://vidzi.cc/cghql9yq6emu.html',
+        'skip_download': True,
     }]
 
     def _real_extract(self, url):