From f4da365bb415b46f415d842fa074593417ada73f Mon Sep 17 00:00:00 2001 From: Athar Wani <83573286+WaniAthar@users.noreply.github.com> Date: Tue, 22 Mar 2022 16:12:00 +0530 Subject: [PATCH 1/2] Updated sites.json added a new social media website "clubhouse" --- sherlock/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 6808e24d..d54cc9c9 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -926,6 +926,14 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "Clubhouse":{ + "errorMsg":"Nothing found!", + "errorType":"message", + "url":"https://www.clubhouse.com/@{}", + "urlMain":"https://www.clubhouse.com", + "username_claimed":"waniathar", + "username_unclaimed":"noonewouldeverusethis7" + }, "Instructables": { "errorType": "status_code", "url": "https://www.instructables.com/member/{}", From 3dba253dbb8d5a3f8529cdad615258fdd25e2f4d Mon Sep 17 00:00:00 2001 From: Yahya SayadArbabi Date: Mon, 4 Apr 2022 19:09:39 +0300 Subject: [PATCH 2/2] fix errorType for clubHouse --- 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 d54cc9c9..a04e7cee 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -927,8 +927,7 @@ "username_unclaimed": "noonewouldeverusethis7" }, "Clubhouse":{ - "errorMsg":"Nothing found!", - "errorType":"message", + "errorType": "status_code", "url":"https://www.clubhouse.com/@{}", "urlMain":"https://www.clubhouse.com", "username_claimed":"waniathar",