From d6e4b5ac20fb51186e819edddef916fcf53c7138 Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 25 Dec 2023 18:08:47 +0600 Subject: [PATCH] servicesConfig: www is unnecessary here too --- 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 1ac431e6..46519cf2 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -14,7 +14,7 @@ "twitter": { "alias": "twitter videos & voice", "altDomains": ["x.com", "vxtwitter.com", "fixvx.com"], - "subdomains": ["mobile", "www"], + "subdomains": ["mobile"], "patterns": [":user/status/:id", ":user/status/:id/video/:v"], "enabled": true },