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.
pull/2107/head
Paul Pfeister 9 months ago
parent d0c8282e5e
commit 82d7e9ce43

@ -354,8 +354,7 @@
"username_claimed": "blue" "username_claimed": "blue"
}, },
"CNET": { "CNET": {
"errorMsg": "null null - CNET", "errorType": "status_code",
"errorType": "message",
"regexCheck": "^[a-z].*$", "regexCheck": "^[a-z].*$",
"url": "https://www.cnet.com/profiles/{}/", "url": "https://www.cnet.com/profiles/{}/",
"urlMain": "https://www.cnet.com/", "urlMain": "https://www.cnet.com/",

Loading…
Cancel
Save