diff options
author | Remita Amine <remitamine@gmail.com> | 2019-12-03 12:31:16 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2019-12-03 12:31:16 +0100 |
commit | 63fe44eb4dc91e2a9755a5cf23b9d39cbd36dae7 (patch) | |
tree | e5b1fdf8bc699ee7397395e357a4cbb1a7148001 | |
parent | c712b16dc41b792757ee8e13a59bce9ab3b4e5b4 (diff) |
[vzaar] update test
-rw-r--r-- | youtube_dl/extractor/vzaar.py | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/youtube_dl/extractor/vzaar.py b/youtube_dl/extractor/vzaar.py index f02e8530b..b7d02fca3 100644 --- a/youtube_dl/extractor/vzaar.py +++ b/youtube_dl/extractor/vzaar.py @@ -34,12 +34,15 @@ class VzaarIE(InfoExtractor): }, }, { # hlsAes = true - 'url': 'https://view.vzaar.com/10165560/player', - 'md5': '5f66f121fb28b9d16cce3d4f3df7e72e', + 'url': 'https://view.vzaar.com/11379930/player', 'info_dict': { - 'id': '10165560', + 'id': '11379930', 'ext': 'mp4', - 'title': 'Video Demo vzaar Secure.mp4', + 'title': 'Videoaula', + }, + 'params': { + # m3u8 download + 'skip_download': True, }, }, { # with null videoTitle |