From 13d7ca3af441248bc866ed3adf92b29e4c6e33eb Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 27 Apr 2024 06:03:05 +0600 Subject: [PATCH] servicesConfig: add support for m.bilibili.com subdomain --- 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 633fa2a6..95880129 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -7,6 +7,7 @@ "video/:comId", "_shortLink/:comShortLink", "_tv/:lang/video/:tvId", "_tv/video/:tvId" ], + "subdomains": ["m"], "enabled": true }, "reddit": {