added regex check for Metacritic

This commit is contained in:
Siddharth Dushantha 2020-03-11 21:39:53 +01:00 committed by GitHub
parent be5f91ae6f
commit 4c25a8e03d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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