api/vk: add support for subtitles

This commit is contained in:
wukko
2025-06-24 17:06:19 +06:00
parent 44f4ea32c6
commit 997b06ed0e
3 changed files with 16 additions and 3 deletions

View File

@@ -169,6 +169,7 @@ export default function({
}
break;
case "vk":
case "tiktok":
params = {
type: r.subtitles ? "remux" : "proxy"
@@ -176,7 +177,6 @@ export default function({
break;
case "ok":
case "vk":
case "xiaohongshu":
params = { type: "proxy" };
break;