mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[vidzi] Add test for #12213
This commit is contained in:
parent
a86e416088
commit
58ad6995cd
|
@ -29,6 +29,9 @@ class VidziIE(InfoExtractor):
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://vidzi.tv/embed-4z2yb0rzphe9-600x338.html',
|
'url': 'http://vidzi.tv/embed-4z2yb0rzphe9-600x338.html',
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
|
}, {
|
||||||
|
'url': 'http://vidzi.cc/cghql9yq6emu.html',
|
||||||
|
'skip_download': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
Loading…
Reference in a new issue