mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-01 12:31:15 +00:00
api/vk: add support for subtitles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user