rutube: add support for private video links

This commit is contained in:
wukko
2024-05-29 13:02:05 +06:00
parent 490bbf82ec
commit 2a2183aa84
6 changed files with 24 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ export const testers = {
|| (patternMatch.user?.length <= 22 && patternMatch.id?.length <= 10),
"rutube": (patternMatch) =>
(patternMatch.id?.length === 32 && patternMatch.key?.length <= 32) ||
patternMatch.id?.length === 32 || patternMatch.yappyId?.length === 32,
"soundcloud": (patternMatch) =>