Skip to content

Commit 355bfbd

Browse files
fix(sites): Remediate false positive for DeviantArt
1 parent 388a1e0 commit 355bfbd

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

sherlock_project/resources/data.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -608,13 +608,15 @@
608608
"urlMain": "https://www.dealabs.com/",
609609
"username_claimed": "blue"
610610
},
611-
"DeviantART": {
612-
"errorType": "status_code",
613-
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
614-
"url": "https://{}.deviantart.com",
615-
"urlMain": "https://deviantart.com",
616-
"username_claimed": "blue"
617-
},
611+
"DeviantArt": {
612+
"errorType": "message",
613+
"errorMsg": "Llama Not Found",
614+
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
615+
"url": "https://www.deviantart.com/{}",
616+
"urlMain": "https://www.deviantart.com/",
617+
"username_claimed": "blue",
618+
"username_unclaimed": "noonewouldeverusethis"
619+
},
618620
"DigitalSpy": {
619621
"errorMsg": "The page you were looking for could not be found.",
620622
"errorType": "message",

0 commit comments

Comments
 (0)