From 7b402c1a9e7b6d03515adb6eb5eadd84d9547764 Mon Sep 17 00:00:00 2001 From: KwiatekMiki <79092746+KwiatekMiki@users.noreply.github.com> Date: Sat, 27 Apr 2024 15:53:52 +0200 Subject: [PATCH] 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" },