diff --git a/data_bad_site.json b/data_bad_site.json index b1aebf8..7c6b0a3 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -122,6 +122,14 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "Investing.com": { + "errorType": "status_code", + "rank": 196, + "url": "https://www.investing.com/traders/{}", + "urlMain": "https://www.investing.com/", + "username_claimed": "jenny", + "username_unclaimed": "noonewouldeverusethis7" + }, "Khan Academy": { "errorType": "status_code", "rank": 377, diff --git a/removed_sites.md b/removed_sites.md index b5a377d..1be4f56 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -6,6 +6,25 @@ They are listed here in the hope that things may change in the future so they may be re-included. +## Investing.com + +As of 2020-05-25, all usernames are reported as claimed. + +Any query against a user seems to be redirecting to a general +information page at https://www.investing.com/brokers/. Probably +required login before access. + +``` + "Investing.com": { + "errorType": "status_code", + "rank": 196, + "url": "https://www.investing.com/traders/{}", + "urlMain": "https://www.investing.com/", + "username_claimed": "jenny", + "username_unclaimed": "noonewouldeverusethis7" + }, +``` + ## TikTok As of 2020-05-25, all usernames are reported as claimed. diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 8b888f9..72b73d8 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -890,14 +890,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "Investing.com": { - "errorType": "status_code", - "rank": 196, - "url": "https://www.investing.com/traders/{}", - "urlMain": "https://www.investing.com/", - "username_claimed": "jenny", - "username_unclaimed": "noonewouldeverusethis7" - }, "Issuu": { "errorType": "status_code", "rank": 542,