Skip to content

Commit 979f17c

Browse files
committed
add the regexCheck for DigitalSpy
1 parent fe6e2e5 commit 979f17c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

sherlock_project/resources/data.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -629,12 +629,13 @@
629629
"username_claimed": "blue"
630630
},
631631
"DigitalSpy": {
632-
"errorMsg": "The page you were looking for could not be found.",
633-
"errorType": "message",
634-
"url": "https://forums.digitalspy.com/profile/{}",
635-
"urlMain": "https://forums.digitalspy.com/",
636-
"username_claimed": "papita69"
637-
},
632+
"errorMsg": "The page you were looking for could not be found.",
633+
"errorType": "message",
634+
"url": "https://forums.digitalspy.com/profile/{}",
635+
"urlMain": "https://forums.digitalspy.com/",
636+
"username_claimed": "blue",
637+
"regexCheck": "^\\w{3,20}$"
638+
},
638639
"Discogs": {
639640
"errorType": "status_code",
640641
"url": "https://www.discogs.com/user/{}",

0 commit comments

Comments
 (0)