From 87bb0a4708998268a1f04ea3ff7b9fee35ca2880 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sun, 23 Feb 2020 19:25:10 -0600 Subject: [PATCH] Update regex check for House-Mixes.com. They actually have the check in the validation page for new signups. --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index ab4867d7c..b550c0fcb 100644 --- a/data.json +++ b/data.json @@ -828,7 +828,7 @@ "errorMsg": "Profile Not Found", "errorType": "message", "rank": 2344261, - "regexCheck": "^[a-zA-Z0-9_]$", + "regexCheck": "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$", "url": "https://www.house-mixes.com/profile/{}", "urlMain": "https://www.house-mixes.com/", "username_claimed": "blue",