From 669ab65be95969603695927a3120c19c5d19e767 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 28 May 2024 09:45:43 +0600 Subject: [PATCH] servicesConfig: add player subdomain for vimeo closes #520 --- src/modules/processing/servicesConfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/processing/servicesConfig.json b/src/modules/processing/servicesConfig.json index a862da71..9e8e8b66 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -61,8 +61,9 @@ }, "vimeo": { "patterns": [":id", "video/:id", ":id/:password", "/channels/:user/:id"], - "enabled": true, - "bestAudio": "mp3" + "subdomains": ["player"], + "bestAudio": "mp3", + "enabled": true }, "soundcloud": { "patterns": [":author/:song/s-:accessKey", ":author/:song", ":shortLink"],