From 7f9b30f117d23d962415d70ac33f860c959fe3aa Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 13 Mar 2023 12:14:55 +0100 Subject: [PATCH] added regexCheck to Unsplash --- sherlock/resources/data.json | 1 + 1 file changed, 1 insertion(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 5f98c33..276b84a 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2111,6 +2111,7 @@ "username_claimed": "blue" }, "Unsplash": { + "regexCheck": "^[a-z0-9_]{1,60}$", "errorType": "status_code", "url": "https://unsplash.com/@{}", "urlMain": "https://unsplash.com/",