mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-26 13:50:22 +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"
|
||||
},
|
||||
"MixCloud": {
|
||||
"errorMsg": "Page Not Found",
|
||||
"errorType": "message",
|
||||
"errorType": "status_code",
|
||||
"rank": 2436,
|
||||
"url": "https://www.mixcloud.com/{}",
|
||||
"url": "https://www.mixcloud.com/{}/",
|
||||
"urlProbe": "https://api.mixcloud.com/{}/",
|
||||
"urlMain": "https://www.mixcloud.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
|
|
Loading…
Reference in a new issue