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

@@ -105,7 +105,7 @@
"rutube": {
"alias": "rutube videos",
"tld": "ru",
"patterns": ["video/:id", "play/embed/:id", "shorts/:id", "yappy/:yappyId"],
"patterns": ["video/:id", "play/embed/:id", "shorts/:id", "yappy/:yappyId", "video/private/:id?p=:key", "video/private/:id"],
"enabled": true
},
"dailymotion": {