Skip to content

Commit

Permalink
api/tests/vk: add new domain test
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Nov 28, 2024
1 parent 4700682 commit 15a0ba3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion api/src/util/tests/vk.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
},
{
"name": "4k video",
"name": "big 4k video",
"url": "https://vk.com/video-1112285_456248465",
"params": {
"videoQuality": "max"
Expand All @@ -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",
Expand Down

0 comments on commit 15a0ba3

Please sign in to comment.