removed InsaneJournal

removed InsaneJournal as it returns false positives when giving a it a
username with a period. I was not able to find what the criterias were
for a valid username on InsaneJournal, so the best thing to do is to
remove it
pull/554/head
Siddharth Dushantha 4 years ago
parent 17f81216af
commit 301115f304

@ -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",

@ -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"
}
}

@ -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"
},
```

Loading…
Cancel
Save