Skip to content

Commit

Permalink
Fix MixCloud false positive.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hoadlck committed Jul 17, 2019
1 parent 32a3c35 commit 68e49b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 68e49b8

Please sign in to comment.