From 98c030fe1b58aa23e9568edbc5413251d035a429 Mon Sep 17 00:00:00 2001 From: Roopesh V S Date: Sat, 8 Aug 2020 23:42:28 +0530 Subject: [PATCH] MetaCritic Regex Fix --- sherlock/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index c5f827f..6f98b37 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2137,7 +2137,7 @@ "metacritic": { "errorMsg": "User not found", "errorType": "message", - "regexCheck": "^(?![-_])[A-Za-z0-9-_]{3,15}$", + "regexCheck": "^(?![-_].)[A-Za-z0-9-_]{3,15}$", "url": "https://www.metacritic.com/user/{}", "urlMain": "https://www.metacritic.com/", "username_claimed": "blue",