From 6a8118c947dfc1ff46d71cbed125061c9e1c98f8 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Wed, 8 Jul 2020 19:34:58 +0200 Subject: [PATCH] fixed false positive for Ko-fi --- sherlock/resources/data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 1c0eca0d..4916aafd 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2514,7 +2514,8 @@ "username_unclaimed": "noonewouldeverusethis77777" }, "kofi": { - "errorType": "status_code", + "errorType": "response_url", + "errorUrl": "https://ko-fi.com/art?=redirect", "rank": 89891, "url": "https://ko-fi.com/{}", "urlMain": "https://ko-fi.com", @@ -2529,4 +2530,4 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis77777" } -} \ No newline at end of file +}