Merge pull request #708 from roopeshvs/master

MetaCritic Regex & False Positive Fix
This commit is contained in:
Siddharth Dushantha 2020-08-08 21:39:47 +02:00 committed by GitHub
commit 356ba76fd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2130,7 +2130,7 @@
"metacritic": {
"errorMsg": "User not found",
"errorType": "message",
"regexCheck": "^(?![-_])[A-Za-z0-9-_]{3,15}$",
"regexCheck": "^(?![-_].)[A-Za-z0-9-_]{3,15}$",
"url": "https://www.metacritic.com/user/{}",
"urlMain": "https://www.metacritic.com/",
"username_claimed": "blue",