[vzaar] update test
This commit is contained in:
parent
c712b16dc4
commit
63fe44eb4d
1 changed files with 7 additions and 4 deletions
|
@ -34,12 +34,15 @@ class VzaarIE(InfoExtractor):
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
# hlsAes = true
|
# hlsAes = true
|
||||||
'url': 'https://view.vzaar.com/10165560/player',
|
'url': 'https://view.vzaar.com/11379930/player',
|
||||||
'md5': '5f66f121fb28b9d16cce3d4f3df7e72e',
|
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '10165560',
|
'id': '11379930',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Video Demo vzaar Secure.mp4',
|
'title': 'Videoaula',
|
||||||
|
},
|
||||||
|
'params': {
|
||||||
|
# m3u8 download
|
||||||
|
'skip_download': True,
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
# with null videoTitle
|
# with null videoTitle
|
||||||
|
|
Loading…
Reference in a new issue