Merge pull request #263 from sherlock-project/fix_mixcloud_false_positove

Fix MixCloud false positive.
pull/265/head
Christopher Kent Hoadley 5 years ago committed by GitHub
commit 8125c9fc07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save