From f2e3f7a99243f704d7565dd1411720d079824a63 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Fri, 26 Nov 2021 20:56:12 +0100 Subject: [PATCH] fix username_unclaimed fields with invalid usernames --- sherlock/resources/data.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index cac15bc..6eca3b0 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -666,7 +666,7 @@ "GNOME VCS": { "errorType": "response_url", "errorUrl": "https://gitlab.gnome.org/{}", - "regexCheck": "^(?!-)[a-zA-Z0-9_.-]{2,255}(?", @@ -1684,7 +1684,7 @@ "url": "https://tenor.com/users/{}", "urlMain": "https://tenor.com/", "username_claimed": "red", - "username_unclaimed": "impossible-username" + "username_unclaimed": "impossibleusername" }, "TikTok": { "errorType": "status_code", @@ -1860,7 +1860,7 @@ "url": "https://discourse.wicg.io/u/{}/summary", "urlMain": "https://discourse.wicg.io/", "username_claimed": "stefano", - "username_unclaimed": "noonewouldeverusethis7" + "username_unclaimed": "noonewouldeverusethi" }, "Warrior Forum": { "errorType": "status_code",