mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-26 17:45:35 +08:00
Remove unnecessary param from test
This commit is contained in:
parent
79cebf38de
commit
83cb564e24
@ -38,9 +38,8 @@ class ViuIE(ViuBaseIE):
|
|||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': 'm3u8 download',
|
'skip_download': 'm3u8 download',
|
||||||
'no_check_certificate': True,
|
|
||||||
},
|
},
|
||||||
'skip': 'Geo-restricted to Singapore',
|
# 'skip': 'Geo-restricted to Singapore',
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://www.viu.com/ott/hk/zh-hk/vod/7123/%E5%A4%A7%E4%BA%BA%E5%A5%B3%E5%AD%90',
|
'url': 'http://www.viu.com/ott/hk/zh-hk/vod/7123/%E5%A4%A7%E4%BA%BA%E5%A5%B3%E5%AD%90',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
Loading…
Reference in New Issue
Block a user