diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 6007822c..f9a7c505 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -824,13 +824,14 @@ }, "Genius (Artists)": { "errorType": "status_code", - "regexCheck": "^[a-zA-Z0-9-_]{5,50}$", + "regexCheck": "^[a-zA-Z0-9]{5,50}$", "url": "https://genius.com/artists/{}", "urlMain": "https://genius.com/", "username_claimed": "genius" }, "Genius (Users)": { "errorType": "status_code", + "regexCheck": "^[a-zA-Z0-9]*?$", "url": "https://genius.com/{}", "urlMain": "https://genius.com/", "username_claimed": "genius"