rutube: add support for shorts and yappy (#471)

* rutube: add support for shorts and yappy

* tests: add rutube yappy and shorts tests

Closes #465
Closes #466
This commit is contained in:
wukko
2024-04-29 21:36:35 +06:00
committed by GitHub
parent 8f27c86a43
commit f20f87bd1d
5 changed files with 56 additions and 9 deletions

View File

@@ -151,6 +151,7 @@ export default async function(host, patternMatch, url, lang, obj) {
case "rutube":
r = await rutube({
id: patternMatch.id,
yappyId: patternMatch.yappyId,
quality: obj.vQuality,
isAudioOnly: isAudioOnly
});