mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 12:38:27 +00:00
Fix CNET F+
CNET appears to have changed some things... 'null null' text has been removed with a redesign, and invalid users now return a 404 so we don't need a whole GET and English-only check.
This commit is contained in:
parent
d0c8282e5e
commit
82d7e9ce43
1 changed files with 1 additions and 2 deletions
|
@ -354,8 +354,7 @@
|
|||
"username_claimed": "blue"
|
||||
},
|
||||
"CNET": {
|
||||
"errorMsg": "null null - CNET",
|
||||
"errorType": "message",
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-z].*$",
|
||||
"url": "https://www.cnet.com/profiles/{}/",
|
||||
"urlMain": "https://www.cnet.com/",
|
||||
|
|
Loading…
Add table
Reference in a new issue