mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 12:23:03 +00:00
Merge pull request #708 from roopeshvs/master
MetaCritic Regex & False Positive Fix
This commit is contained in:
commit
356ba76fd2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue