Skip to content

Commit c55deab

Browse files
authored
Merge pull request #2561 from shreyasNaik0101/fix/remediate-deviantart
fix(sites): Remediate false positive for DeviantArt
2 parents edcb697 + 779d4c3 commit c55deab

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

sherlock_project/resources/data.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -614,13 +614,14 @@
614614
"urlMain": "https://www.dealabs.com/",
615615
"username_claimed": "blue"
616616
},
617-
"DeviantART": {
618-
"errorType": "status_code",
619-
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
620-
"url": "https://{}.deviantart.com",
621-
"urlMain": "https://deviantart.com",
622-
"username_claimed": "blue"
623-
},
617+
"DeviantArt": {
618+
"errorType": "message",
619+
"errorMsg": "Llama Not Found",
620+
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
621+
"url": "https://www.deviantart.com/{}",
622+
"urlMain": "https://www.deviantart.com/",
623+
"username_claimed": "blue"
624+
},
624625
"DigitalSpy": {
625626
"errorMsg": "The page you were looking for could not be found.",
626627
"errorType": "message",

0 commit comments

Comments
 (0)