From cfe0d45c66dce5790eff84d306fabe93bbe44d8e Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 4 Apr 2020 09:26:50 +0200 Subject: [PATCH] removed elwoRU As of 2020-04-04, elwoRu does not exist anymore. I confirmed using downforeveryoneorjustme.com that the website is down. --- data.json | 9 --------- data_bad_site.json | 9 +++++++++ removed_sites.md | 24 ++++++++++++++++++++---- 3 files changed, 29 insertions(+), 13 deletions(-) diff --git a/data.json b/data.json index d93e7ae5..cc742989 100644 --- a/data.json +++ b/data.json @@ -2172,15 +2172,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "elwoRU": { - "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d", - "errorType": "message", - "rank": 254810, - "url": "https://elwo.ru/index/8-0-{}", - "urlMain": "https://elwo.ru/", - "username_claimed": "red", - "username_unclaimed": "noonewouldeverusethis7" - }, "fixya": { "errorType": "status_code", "rank": 4003, diff --git a/data_bad_site.json b/data_bad_site.json index 956971b2..1014e5d4 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -251,6 +251,15 @@ "urlMain": "https://t.me/", "username_claimed": "saman", "username_unclaimed": "i_do_not_believe_this_account_exists_at_all" + }, + "elwoRU": { + "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d", + "errorType": "message", + "rank": 254810, + "url": "https://elwo.ru/index/8-0-{}", + "urlMain": "https://elwo.ru/", + "username_claimed": "red", + "username_unclaimed": "noonewouldeverusethis7" } } diff --git a/removed_sites.md b/removed_sites.md index 283a1287..8db1570c 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -442,7 +442,7 @@ Since we were not able to find the critera for a valid username, the best thing ## Sports Tracker -As of 2020-03-02, Sports Tracker returns false positives. Checking with `errorMsg` and `response_url` +As of 2020-04-02, Sports Tracker returns false positives. Checking with `errorMsg` and `response_url` did not seem to work. ``` @@ -459,7 +459,7 @@ did not seem to work. ## Trip -As of 2020-03-02, Trip by Skyscanner seems to not work beceause it keeps on +As of 2020-04-02, Trip by Skyscanner seems to not work beceause it keeps on redirecting to skyscanner.com whether the username exists or not. ``` @@ -476,7 +476,7 @@ redirecting to skyscanner.com whether the username exists or not. ## boingboing.net -As of 2020-03-02, boingboing.net requires a login to check if a user exits or not. +As of 2020-04-02, boingboing.net requires a login to check if a user exits or not. ``` "boingboing.net": { @@ -491,7 +491,7 @@ As of 2020-03-02, boingboing.net requires a login to check if a user exits or no ## Telegram -As of 2020-03-02 Telegram always returns true even though an username is non-existant +As of 2020-04-02 Telegram always returns true even though an username is non-existant ´´´ "Telegram": { @@ -503,3 +503,19 @@ As of 2020-03-02 Telegram always returns true even though an username is non-exi "username_claimed": "saman", "username_unclaimed": "i_do_not_believe_this_account_exists_at_all" ´´´ + +## elwoRU +As of 2020-04-04, elwoRu does not exist anymore. I confirmed using +downforeveryoneorjustme.com that the website is down. + +``` + "elwoRU": { + "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d", + "errorType": "message", + "rank": 254810, + "url": "https://elwo.ru/index/8-0-{}", + "urlMain": "https://elwo.ru/", + "username_claimed": "red", + "username_unclaimed": "noonewouldeverusethis7" + }, +```