diff --git a/src/test/tests.json b/src/test/tests.json index d374968c..ffec9590 100644 --- a/src/test/tests.json +++ b/src/test/tests.json @@ -967,5 +967,25 @@ "code": 200, "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" + } }] -} \ No newline at end of file +}