youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 58ad6995cd3974eb9cff64f3fa8d34ec68cb6a03
parent a86e4160880e0747c5a0b774fe8d3b0cbb2990ae
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 22 Feb 2017 21:29:53 +0700

[vidzi] Add test for #12213

Diffstat:
Myoutube_dl/extractor/vidzi.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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):