From a5e00be37655866dbe1f741a48e3c48f0cef3dbd Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 22 Jun 2024 17:02:50 +0600 Subject: [PATCH] services: add support for m.vk.com links closes #576 --- src/modules/processing/servicesConfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/processing/servicesConfig.json b/src/modules/processing/servicesConfig.json index ae4cd9f0..d727b9a5 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -33,6 +33,7 @@ "vk": { "alias": "vk video & clips", "patterns": ["video:userId_:videoId", "clip:userId_:videoId", "clips:duplicate?z=clip:userId_:videoId"], + "subdomains": ["m"], "enabled": true }, "ok": {