api/vimeo: add subtitle parsing from the mobile api

This commit is contained in:
wukko
2025-06-20 18:21:00 +06:00
parent a5838f3c05
commit a44bea6b50
3 changed files with 25 additions and 3 deletions

View File

@@ -167,6 +167,7 @@ export default async function({ host, patternMatch, params, isSession, isApiKey
password: patternMatch.password,
quality: params.videoQuality,
isAudioOnly,
subtitleLang,
});
break;