mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-01 04:21:24 +00:00
api/vimeo: add subtitle parsing from the mobile api
This commit is contained in:
@@ -145,7 +145,9 @@ export default function({
|
||||
|
||||
case "vimeo":
|
||||
if (Array.isArray(r.urls)) {
|
||||
params = { type: "merge" }
|
||||
params = { type: "merge" };
|
||||
} else if (r.subtitles) {
|
||||
params = { type: "remux" };
|
||||
} else {
|
||||
responseType = "redirect";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user