mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-26 17:46:06 +00:00
api/tests/vk: add new domain test
This commit is contained in:
parent
4700682ccb
commit
15a0ba30c7
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "4k video",
|
||||
"name": "big 4k video",
|
||||
"url": "https://vk.com/video-1112285_456248465",
|
||||
"params": {
|
||||
"videoQuality": "max"
|
||||
|
@ -50,6 +50,17 @@
|
|||
"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)",
|
||||
"url": "https://vk.com/video-1959_28496479",
|
||||
|
|
Loading…
Reference in a new issue