Merge pull request #1737 from sherlock-project/regex-unslpash

added regexCheck to Unsplash
This commit is contained in:
Siddharth Dushantha 2023-03-13 04:16:19 -07:00 committed by GitHub
commit 04b84054f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2115,6 +2115,7 @@
"username_claimed": "blue"
},
"Unsplash": {
"regexCheck": "^[a-z0-9_]{1,60}$",
"errorType": "status_code",
"url": "https://unsplash.com/@{}",
"urlMain": "https://unsplash.com/",