mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-17 04:58:28 +00:00
added regex check for Metacritic
This commit is contained in:
parent
be5f91ae6f
commit
4c25a8e03d
1 changed files with 1 additions and 0 deletions
|
@ -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/",
|
||||
|
|
Loading…
Add table
Reference in a new issue