From 68e49b8961ccabf6afce178300c7681ca7fc098c Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 17 Jul 2019 06:45:27 -0500 Subject: [PATCH] Fix MixCloud false positive. It appears that they have changed their website. Before, they rendered their "Page Not Found" error message in HTML. Now, they must be creating that text with javascript. Lucky, they do have an unauthenticated API available. So, change the detection to use that. --- data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data.json b/data.json index d4bd48f9..4934995f 100644 --- a/data.json +++ b/data.json @@ -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"