From 4251b00ff83735331c901d05e107242fb2c336d2 Mon Sep 17 00:00:00 2001 From: kustermariocoding Date: Fri, 25 Feb 2022 11:01:35 +0100 Subject: [PATCH 1/2] fixed false-positives for Smule - switched errorType to message --- sherlock/resources/data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index e2fd6a45..9c77fdfa 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1558,7 +1558,8 @@ "username_unclaimed": "noonewouldeverusethis7" }, "Smule": { - "errorType": "status_code", + "errorType": "message", + "errorMsg": "Smule | Page Not Found (404)", "url": "https://www.smule.com/{}", "urlMain": "https://www.smule.com/", "username_claimed": "blue", From eeda6645d7f7a2662f4b1b7d28be7c47eea09ae3 Mon Sep 17 00:00:00 2001 From: kustermariocoding Date: Fri, 25 Feb 2022 11:19:59 +0100 Subject: [PATCH 2/2] fixed errorMsg for Gumroad --- sherlock/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 9c77fdfa..8505bd2b 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -787,8 +787,8 @@ "username_unclaimed": "noonewouldeverusethis7" }, "Gumroad": { - "errorMsg": "Page not found.", "errorType": "message", + "errorMsg": "Page not found (404) - Gumroad", "url": "https://www.gumroad.com/{}", "urlMain": "https://www.gumroad.com/", "username_claimed": "blue",