mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-08 19:56:34 +01:00
api/tests/vk: add new domain test
This commit is contained in:
parent
4700682ccb
commit
15a0ba30c7
1 changed files with 12 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "4k video",
|
"name": "big 4k video",
|
||||||
"url": "https://vk.com/video-1112285_456248465",
|
"url": "https://vk.com/video-1112285_456248465",
|
||||||
"params": {
|
"params": {
|
||||||
"videoQuality": "max"
|
"videoQuality": "max"
|
||||||
|
@ -50,6 +50,17 @@
|
||||||
"status": "tunnel"
|
"status": "tunnel"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "short 4k video, 480p, vkvideo.ru domain",
|
||||||
|
"url": "https://vkvideo.ru/video-26006257_456245538",
|
||||||
|
"params": {
|
||||||
|
"videoQuality": "480"
|
||||||
|
},
|
||||||
|
"expected": {
|
||||||
|
"code": 200,
|
||||||
|
"status": "tunnel"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "ancient video (fallback to 240p)",
|
"name": "ancient video (fallback to 240p)",
|
||||||
"url": "https://vk.com/video-1959_28496479",
|
"url": "https://vk.com/video-1959_28496479",
|
||||||
|
|
Loading…
Reference in a new issue