diff --git a/data.json b/data.json index 1c19eef6..6911ac27 100644 --- a/data.json +++ b/data.json @@ -868,15 +868,6 @@ "username_claimed": "adam", "username_unclaimed": "noonewouldeverusethis" }, - "Insanejournal": { - "errorMsg": "Unknown user", - "errorType": "message", - "rank": 29728, - "url": "http://{}.insanejournal.com/profile", - "urlMain": "insanejournal.com", - "username_claimed": "blue", - "username_unclaimed": "dlyr6cd" - }, "Instagram": { "errorMsg": "The link you followed may be broken", "errorType": "message", diff --git a/data_bad_site.json b/data_bad_site.json index 4c87cfe6..d5844d6f 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -175,5 +175,15 @@ "urlMain": "https://market.yandex.ru/", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" + }, + "Insanejournal": { + "errorMsg": "Unknown user", + "errorType": "message", + "rank": 29728, + "url": "http://{}.insanejournal.com/profile", + "urlMain": "insanejournal.com", + "username_claimed": "blue", + "username_unclaimed": "dlyr6cd" } } + diff --git a/removed_sites.md b/removed_sites.md index 7885f362..2e43c552 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -358,3 +358,21 @@ exists or not. "username_unclaimed": "noonewouldeverusethis777777" }, ``` + + +## InsaneJournal + +As of 2020-02-23, InsaneJournal returns false positive, when providing a username which contains a period. +Since we were not able to find the critera for a valid username, the best thing to do now is to remove it. + +``` + "InsaneJournal": { + "errorMsg": "Unknown user", + "errorType": "message", + "rank": 29728, + "url": "http://{}.insanejournal.com/profile", + "urlMain": "insanejournal.com", + "username_claimed": "blue", + "username_unclaimed": "dlyr6cd" + }, +```