servicesConfig: add player subdomain for vimeo

closes #520
This commit is contained in:
wukko 2024-05-28 09:45:43 +06:00
parent e93ad8a9c5
commit 669ab65be9
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -61,8 +61,9 @@
}, },
"vimeo": { "vimeo": {
"patterns": [":id", "video/:id", ":id/:password", "/channels/:user/:id"], "patterns": [":id", "video/:id", ":id/:password", "/channels/:user/:id"],
"enabled": true, "subdomains": ["player"],
"bestAudio": "mp3" "bestAudio": "mp3",
"enabled": true
}, },
"soundcloud": { "soundcloud": {
"patterns": [":author/:song/s-:accessKey", ":author/:song", ":shortLink"], "patterns": [":author/:song/s-:accessKey", ":author/:song", ":shortLink"],