mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-17 04:58:28 +00:00
Remove Investing.com as all usernames are reported as claimed.
This commit is contained in:
parent
7f298e41e6
commit
c1a05c314f
3 changed files with 27 additions and 8 deletions
|
@ -122,6 +122,14 @@
|
||||||
"username_claimed": "blue",
|
"username_claimed": "blue",
|
||||||
"username_unclaimed": "noonewouldeverusethis7"
|
"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": {
|
"Khan Academy": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"rank": 377,
|
"rank": 377,
|
||||||
|
|
|
@ -6,6 +6,25 @@ They are listed here in the hope that things may change in the future
|
||||||
so they may be re-included.
|
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
|
## TikTok
|
||||||
|
|
||||||
As of 2020-05-25, all usernames are reported as claimed.
|
As of 2020-05-25, all usernames are reported as claimed.
|
||||||
|
|
|
@ -890,14 +890,6 @@
|
||||||
"username_claimed": "blue",
|
"username_claimed": "blue",
|
||||||
"username_unclaimed": "noonewouldeverusethis7"
|
"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": {
|
"Issuu": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"rank": 542,
|
"rank": 542,
|
||||||
|
|
Loading…
Add table
Reference in a new issue