Browse Source

[vidzi] Add test for #12213

master-ytdl-org
Sergey M․ 8 years ago
parent
commit
58ad6995cd
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      youtube_dl/extractor/vidzi.py

+ 3
- 0
youtube_dl/extractor/vidzi.py View File

@ -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):


Loading…
Cancel
Save