fix(sites): Remediate false positive for DeviantArt

This commit is contained in:
shreyasNaik0101 2025-10-03 00:42:07 +05:30
parent 388a1e06d4
commit 355bfbd328
1 changed files with 9 additions and 7 deletions

View File

@ -608,13 +608,15 @@
"urlMain": "https://www.dealabs.com/",
"username_claimed": "blue"
},
"DeviantART": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
"url": "https://{}.deviantart.com",
"urlMain": "https://deviantart.com",
"username_claimed": "blue"
},
"DeviantArt": {
"errorType": "message",
"errorMsg": "Llama Not Found",
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
"url": "https://www.deviantart.com/{}",
"urlMain": "https://www.deviantart.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"DigitalSpy": {
"errorMsg": "The page you were looking for could not be found.",
"errorType": "message",