mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-16 10:18:28 +00:00
nicovideo: add tests
This commit is contained in:
parent
d4890079ac
commit
7baa581983
@ -967,5 +967,25 @@
|
|||||||
"code": 200,
|
"code": 200,
|
||||||
"status": "redirect"
|
"status": "redirect"
|
||||||
}
|
}
|
||||||
|
}],
|
||||||
|
"nicovideo": [{
|
||||||
|
"name": "Niconico video (360p)",
|
||||||
|
"url": "https://www.nicovideo.jp/watch/sm13876659",
|
||||||
|
"params": {},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "stream"
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
"name": "Niconico audio-only",
|
||||||
|
"url": "https://www.nicovideo.jp/watch/sm13876659",
|
||||||
|
"params": {
|
||||||
|
"aFormat": "mp3",
|
||||||
|
"isAudioOnly": true
|
||||||
|
},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "stream"
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user