From 75af7c1cf8cd0960b2911969ba62bb7ba64440a4 Mon Sep 17 00:00:00 2001 From: Nicholas Murillo Date: Tue, 6 Feb 2024 20:26:01 -0500 Subject: [PATCH 1/2] Added Kick.com --- sherlock/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index d45b806..4d6ad5f 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1156,6 +1156,14 @@ "urlMain": "https://keybase.io/", "username_claimed": "blue" }, + "Kick": { + "errorType": "status_code", + "url": "https://kick.com/{}", + "urlMain": "https://kick.com/", + "urlProbe": "https://kick.com/api/v2/channels/{}", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis77" + }, "Kik": { "errorMsg": "The page you requested was not found", "errorType": "message", From 6182c3c25025b39dc473dca2164f27b407e936e2 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 6 May 2024 22:14:51 +0200 Subject: [PATCH 2/2] changed error checking method Checking for the status code wasn't stable. Therefore checking for error messages is better --- sherlock/resources/data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 4d6ad5f..b90539a 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1157,12 +1157,12 @@ "username_claimed": "blue" }, "Kick": { - "errorType": "status_code", + "errorType": "message", + "errorMsg": "Not Found", "url": "https://kick.com/{}", "urlMain": "https://kick.com/", "urlProbe": "https://kick.com/api/v2/channels/{}", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis77" + "username_claimed": "blue" }, "Kik": { "errorMsg": "The page you requested was not found",