mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-18 13:38:31 +00:00
Merge pull request #263 from sherlock-project/fix_mixcloud_false_positove
Fix MixCloud false positive.
This commit is contained in:
commit
8125c9fc07
1 changed files with 3 additions and 3 deletions
|
@ -705,10 +705,10 @@
|
||||||
"username_unclaimed": "noonewouldeverusethis7"
|
"username_unclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"MixCloud": {
|
"MixCloud": {
|
||||||
"errorMsg": "Page Not Found",
|
"errorType": "status_code",
|
||||||
"errorType": "message",
|
|
||||||
"rank": 2436,
|
"rank": 2436,
|
||||||
"url": "https://www.mixcloud.com/{}",
|
"url": "https://www.mixcloud.com/{}/",
|
||||||
|
"urlProbe": "https://api.mixcloud.com/{}/",
|
||||||
"urlMain": "https://www.mixcloud.com/",
|
"urlMain": "https://www.mixcloud.com/",
|
||||||
"username_claimed": "blue",
|
"username_claimed": "blue",
|
||||||
"username_unclaimed": "noonewouldeverusethis7"
|
"username_unclaimed": "noonewouldeverusethis7"
|
||||||
|
|
Loading…
Add table
Reference in a new issue