From 291a3c2e53c476fab1da303681bf2527b14acb1d Mon Sep 17 00:00:00 2001 From: KwiatekMiki <79092746+KwiatekMiki@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:37:24 +0200 Subject: [PATCH] servicesConfig: add support for /channels/uploader/id vimeo links (#459) added support for /channels/uploader/id vimeo links closes https://github.com/wukko/cobalt/issues/458 --- src/modules/processing/servicesConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/processing/servicesConfig.json b/src/modules/processing/servicesConfig.json index 95880129..1a51d17a 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -67,7 +67,7 @@ "enabled": false }, "vimeo": { - "patterns": [":id", "video/:id", ":id/:password"], + "patterns": [":id", "video/:id", ":id/:password", "/channels/:user/:id"], "enabled": true, "bestAudio": "mp3" },