Skip to content

Commit

Permalink
Update regex check for House-Mixes.com. They actually have the check …
Browse files Browse the repository at this point in the history
…in the validation page for new signups.
  • Loading branch information
hoadlck committed Feb 24, 2020
1 parent 5158fac commit 87bb0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 87bb0a4

Please sign in to comment.