From ab76bf100e0d76ae12d83c697eb9f2d76bb6946f Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 27 Jul 2020 16:59:05 +0200 Subject: [PATCH] removed KanoWorld The enpoint that was used to check for usernames no longer exists --- data_bad_site.json | 8 ++++++++ removed_sites.md | 15 +++++++++++++++ sherlock/resources/data.json | 8 -------- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/data_bad_site.json b/data_bad_site.json index a97d716a..d714f1e9 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -416,6 +416,14 @@ "urlProbe": "https://mixer.com/api/v1/channels/{}", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" + }, + "KanoWorld": { + "errorType": "status_code", + "rank": 181933, + "url": "https://api.kano.me/progress/user/{}", + "urlMain": "https://world.kano.me/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" } } diff --git a/removed_sites.md b/removed_sites.md index c2cfe5d3..fc3d5b27 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -826,3 +826,18 @@ As of 2020-07-22, the Mixer service has closed down. "username_unclaimed": "noonewouldeverusethis7" }, ``` + + +## KanoWorld +As of 2020-07-22, KanoWorld's api.kano.me subdomain no longer exists which makes it not possible for us check for usernames. +If an alternative way to check for usernames is found then it will added. +``` + "KanoWorld": { + "errorType": "status_code", + "rank": 181933, + "url": "https://api.kano.me/progress/user/{}", + "urlMain": "https://world.kano.me/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, +``` diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 50118966..d5750a36 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -945,14 +945,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "KanoWorld": { - "errorType": "status_code", - "rank": 181933, - "url": "https://api.kano.me/progress/user/{}", - "urlMain": "https://world.kano.me/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" - }, "Keybase": { "errorType": "status_code", "rank": 56712,