mirror of
https://github.com/sherlock-project/sherlock
synced 2025-03-03 14:37:10 +00:00
use urlProbe param for detection
This commit is contained in:
parent
0e8c5b0d31
commit
047783ac7a
1 changed files with 2 additions and 1 deletions
|
@ -1301,8 +1301,9 @@
|
||||||
},
|
},
|
||||||
"Monkeytype": {
|
"Monkeytype": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"url": "https://api.monkeytype.com/users/{}/profile",
|
"url": "https://monkeytype.com/profile/{}",
|
||||||
"urlMain": "https://monkeytype.com/",
|
"urlMain": "https://monkeytype.com/",
|
||||||
|
"urlProbe": "https://api.monkeytype.com/users/{}/profile",
|
||||||
"username_claimed": "Lost_Arrow",
|
"username_claimed": "Lost_Arrow",
|
||||||
"username_unclaimed": "noonewouldeverusethis7"
|
"username_unclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue