From 745a70a5349eb9a30d494fcbea70ee2d3f3a0438 Mon Sep 17 00:00:00 2001 From: Chien Dat Nguyen Dinh Date: Wed, 19 Apr 2023 05:16:37 -0300 Subject: [PATCH] Fix missing Mastodon Regex (#908) Co-authored-by: Dat Nguyen Dinh --- maigret/resources/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index 903cdd6..bf3dd9f 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -18981,7 +18981,7 @@ "chaos.social": { "checkType": "status_code", "alexaRank": 2073381, - "regexCheck": "^[^.]{1,}$", + "regexCheck": "^[a-zA-Z0-9_]+$", "urlMain": "https://chaos.social/", "url": "https://chaos.social/@{username}", "usernameClaimed": "rixx", @@ -21672,7 +21672,7 @@ ], "checkType": "status_code", "alexaRank": 489597, - "regexCheck": "^[^.]{1,}$", + "regexCheck": "^[a-zA-Z0-9_]+$", "urlMain": "https://social.tchncs.de/", "url": "https://social.tchncs.de/@{username}", "usernameClaimed": "Milan",