mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 20:33:06 +00:00
Update regex check for House-Mixes.com. They actually have the check in the validation page for new signups.
This commit is contained in:
parent
5158fac71a
commit
87bb0a4708
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue