From 82d7e9ce437a48e9fadb030cd73d7411d8855bf3 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Tue, 7 May 2024 20:55:25 -0400 Subject: [PATCH] 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. --- sherlock/resources/data.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 25aab490..91784045 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -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/",