From e2d15e4e3221f7f6c6f80e3684a1100082c55c4e Mon Sep 17 00:00:00 2001 From: Regan Bell Date: Sat, 21 Sep 2024 14:10:21 -0700 Subject: [PATCH 1/2] fix: ProductHunt false positive --- sherlock_project/resources/data.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 8f38fd004..c847e8bde 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1664,8 +1664,7 @@ "username_claimed": "blue" }, "ProductHunt": { - "errorMsg": "We seem to have lost this page", - "errorType": "message", + "errorType": "status_code", "url": "https://www.producthunt.com/@{}", "urlMain": "https://www.producthunt.com/", "username_claimed": "jenny" From 2755c1da693fe60fc2b4fb071427458b1cd767b6 Mon Sep 17 00:00:00 2001 From: Regan Bell Date: Sat, 21 Sep 2024 14:18:03 -0700 Subject: [PATCH 2/2] fix: Lichess --- sherlock_project/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index c847e8bde..9ae428c0b 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1296,7 +1296,7 @@ "username_claimed": "blue" }, "Lichess": { - "errorMsg": "Page not found!", + "errorType": "No such player", "errorType": "message", "url": "https://lichess.org/@/{}", "urlMain": "https://lichess.org",