mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 12:23:03 +00:00
use urlProbe attribute for mixer service
This commit is contained in:
parent
6bbef7c66a
commit
7e641a7893
1 changed files with 2 additions and 1 deletions
|
@ -1198,8 +1198,9 @@
|
||||||
"mixer.com":
|
"mixer.com":
|
||||||
{
|
{
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"url": "https://mixer.com/api/v1/channels/{}",
|
"url": "https://mixer.com/{}",
|
||||||
"urlMain": "https://mixer.com/",
|
"urlMain": "https://mixer.com/",
|
||||||
|
"urlProbe": "https://mixer.com/api/v1/channels/{}",
|
||||||
"username_claimed": "blue",
|
"username_claimed": "blue",
|
||||||
"username_unclaimed": "noonewouldeverusethis7"
|
"username_unclaimed": "noonewouldeverusethis7"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue