aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/vidzi.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-11-26 20:53:10 +0700
committerSergey M․ <dstftw@gmail.com>2017-11-26 20:53:10 +0700
commit7512aa986f517c301fb3272584d21c8d5cec720f (patch)
tree8fb66373c9cad71b415229579b337e84e0ca8f7c /youtube_dl/extractor/vidzi.py
parent93f3f10cdcf40bdeb6c61b36bbbc0d0ab45ba66c (diff)
downloadyoutube-dl-7512aa986f517c301fb3272584d21c8d5cec720f.tar.xz
Fix some only matching tests (closes #14855)
Diffstat (limited to 'youtube_dl/extractor/vidzi.py')
-rw-r--r--youtube_dl/extractor/vidzi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/vidzi.py b/youtube_dl/extractor/vidzi.py
index e64873bce..ac35d55a9 100644
--- a/youtube_dl/extractor/vidzi.py
+++ b/youtube_dl/extractor/vidzi.py
@@ -28,10 +28,10 @@ class VidziIE(InfoExtractor):
},
}, {
'url': 'http://vidzi.tv/embed-4z2yb0rzphe9-600x338.html',
- 'skip_download': True,
+ 'only_matching': True,
}, {
'url': 'http://vidzi.cc/cghql9yq6emu.html',
- 'skip_download': True,
+ 'only_matching': True,
}]
def _real_extract(self, url):