Merge pull request #708 from roopeshvs/master

MetaCritic Regex & False Positive Fix
pull/711/head
Siddharth Dushantha 4 years ago committed by GitHub
commit 356ba76fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

Loading…
Cancel
Save