From a98a113a4bdfa199156ebb5695a442c89a4ea4ac Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lapersonne Date: Wed, 5 Mar 2025 10:30:43 +0100 Subject: [PATCH] feat: add `opencollective.com` in supported web sites (#2430) Closes #2430 Signed-off-by: Pierre-Yves Lapersonne --- sherlock_project/resources/data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 942d7dcc..af1fc8e1 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1525,6 +1525,13 @@ "urlMain": "https://nyaa.si/", "username_claimed": "blue" }, + "Open Collective": { + "errorMsg": "Oops! Page not found", + "errorType": "message", + "url": "https://opencollective.com/{}", + "urlMain": "https://opencollective.com/", + "username_claimed": "pylapp" + }, "OpenStreetMap": { "errorType": "status_code", "regexCheck": "^[^.]*?$",