From 30ac18fe60bd9473b19b77030885ba4681d1fcf6 Mon Sep 17 00:00:00 2001 From: DottaPaperella Date: Mon, 3 Oct 2022 11:33:39 +0200 Subject: [PATCH] Added Cults3D support --- sherlock/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 4fcba549..529c8d3c 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -495,6 +495,14 @@ "username_claimed": "michael", "username_unclaimed": "noonewouldeverusethis7" }, + "Cults3D": { + "errorMsg": "Oh dear, this page is not working!", + "errorType": "message", + "url": "https://cults3d.com/en/users/{}/creations", + "urlMain": "https://cults3d.com/en", + "username_claimed": "brown", + "username_unclaimed": "noonewouldeverusethis7" + }, "DEV Community": { "errorType": "status_code", "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",