From 979f17cf3b8f9c9af28f3e3bbb8190da7d3e16a0 Mon Sep 17 00:00:00 2001 From: Utsav Jana Date: Fri, 6 Dec 2024 19:14:39 +0530 Subject: [PATCH] add the regexCheck for DigitalSpy --- sherlock_project/resources/data.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index e358f6de..751d8369 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -629,12 +629,13 @@ "username_claimed": "blue" }, "DigitalSpy": { - "errorMsg": "The page you were looking for could not be found.", - "errorType": "message", - "url": "https://forums.digitalspy.com/profile/{}", - "urlMain": "https://forums.digitalspy.com/", - "username_claimed": "papita69" - }, + "errorMsg": "The page you were looking for could not be found.", + "errorType": "message", + "url": "https://forums.digitalspy.com/profile/{}", + "urlMain": "https://forums.digitalspy.com/", + "username_claimed": "blue", + "regexCheck": "^\\w{3,20}$" + }, "Discogs": { "errorType": "status_code", "url": "https://www.discogs.com/user/{}",