diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-02-01 17:03:31 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-02-01 17:03:31 +0800 |
commit | bd93a12e852f34a1c9d8c86023972c6812dc80d5 (patch) | |
tree | 9fe4127a2be3d0909756eb9c85b90818372a0040 | |
parent | 92769650fae8827f242a1517565cceef5604eeb0 (diff) |
[vidzi] Fix _TESTS
-rw-r--r-- | youtube_dl/extractor/vidzi.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vidzi.py b/youtube_dl/extractor/vidzi.py index 210a738a6..7c6e98026 100644 --- a/youtube_dl/extractor/vidzi.py +++ b/youtube_dl/extractor/vidzi.py @@ -14,6 +14,11 @@ class VidziIE(InfoExtractor): 'id': 'cghql9yq6emu', 'ext': 'mp4', 'title': 'youtube-dl test video 1\\\\2\'3/4<5\\\\6ä7↭', + 'uploader': 'vidzi.tv', + }, + 'params': { + # m3u8 download + 'skip_download': True, }, } |