mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 04:13:03 +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_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,
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue