Skip to content

Commit

Permalink
Update removed sites list
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Apr 8, 2024
1 parent 41977dd commit 0b610b4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,5 +869,27 @@
"url": "https://ebio.gg/{}",
"urlMain": "https:/ebio.gg",
"username_claimed": "dev"
},
"metacritic": {
"errorMsg": "User not found",
"errorType": "message",
"regexCheck": "^(?![-_].)[A-Za-z0-9-_]{3,15}$",
"url": "https://www.metacritic.com/user/{}",
"urlMain": "https://www.metacritic.com/",
"username_claimed": "blue"
},
"Oracle Communities": {
"errorType": "status_code",
"url": "https://community.oracle.com/people/{}",
"urlMain": "https://community.oracle.com",
"username_claimed": "dev"
},
"HexRPG": {
"errorMsg": "Error : User ",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9_ ]{3,20}$",
"url": "https://www.hexrpg.com/userinfo/{}",
"urlMain": "https://www.hexrpg.com/",
"username_claimed": "blue"
}
}

0 comments on commit 0b610b4

Please sign in to comment.