mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 20:48:27 +00:00
Merge pull request #1737 from sherlock-project/regex-unslpash
added regexCheck to Unsplash
This commit is contained in:
commit
04b84054f3
1 changed files with 1 additions and 0 deletions
|
@ -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/",
|
||||
|
|
Loading…
Add table
Reference in a new issue