Skip to content

Commit

Permalink
Fix CNET F+
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ppfeister committed May 8, 2024
1 parent d0c8282 commit 82d7e9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 82d7e9c

Please sign in to comment.