From 0ef2c70c66b563156ab3e09a2e741d59fb0383ce Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 22 Aug 2023 12:46:13 +0600 Subject: [PATCH] add support for more vimeo links closes #184 --- 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 c45c8d4..c8d3714 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -43,7 +43,7 @@ "enabled": false }, "vimeo": { - "patterns": [":id"], + "patterns": [":id", "video/:id"], "enabled": true, "bestAudio": "mp3" },