Skip to content

Commit

Permalink
test: nicovideo added in tests.json
Browse files Browse the repository at this point in the history
  • Loading branch information
synzr committed May 22, 2024
1 parent 9a5ff35 commit c23e864
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/test/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,45 @@
"status": "error"
}
}],
"nicovideo": [{
"name": "only 360p video",
"url": "https://www.nicovideo.jp/watch/sm13876659",
"params": {},
"expected": {
"code": 200,
"status": "stream"
}
}, {
"name": "only 360p video muted",
"url": "https://www.nicovideo.jp/watch/sm7055008",
"params": {
"isAudioMuted": true
},
"expected": {
"code": 200,
"status": "stream"
}
}, {
"name": "niconico video converted to audio",
"url": "https://www.nicovideo.jp/watch/sm6287843",
"params": {
"isAudioOnly": true
},
"expected": {
"code": 200,
"status": "stream"
}
}, {
"name": "max 720p video in 480p",
"url": "https://www.nicovideo.jp/watch/sm43808466",
"params": {
"vQuality": "480"
},
"expected": {
"code": 200,
"status": "stream"
}
}],
"bilibili": [{
"name": "1080p video",
"url": "https://www.bilibili.com/video/BV18i4y1m7xV/",
Expand Down

0 comments on commit c23e864

Please sign in to comment.