mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-17 04:58:28 +00:00
StreamMe continues to give a "Timed Out" message. It also takes ~21s for it to finally time out, so it is adding to the search time and not doing any good for anyone.
This commit is contained in:
parent
9f0b7550d8
commit
110e848efd
2 changed files with 20 additions and 8 deletions
|
@ -912,14 +912,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"StreamMe": {
|
||||
"errorType": "status_code",
|
||||
"rank": 31702,
|
||||
"url": "https://www.stream.me/{}",
|
||||
"urlMain": "https://www.stream.me/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Taringa": {
|
||||
"errorMsg": "Lo que est\u00e1s buscando no est\u00e1 por aqu\u00ed.",
|
||||
"errorType": "message",
|
||||
|
|
|
@ -5,6 +5,26 @@ Sherlock is not capable of determining if a given username exists or not.
|
|||
They are listed here in the hope that things may change in the future
|
||||
so they may be re-included.
|
||||
|
||||
## StreamMe
|
||||
|
||||
On 2019-04-07, I get a Timed Out message from the website. It has not
|
||||
been working earlier either (for some weeks). It takes about 21s before
|
||||
the site finally times out, so it really makes getting the results from
|
||||
Sherlock a pain.
|
||||
|
||||
If the site becomes available in the future, we can put it back in.
|
||||
|
||||
```
|
||||
"StreamMe": {
|
||||
"errorType": "status_code",
|
||||
"rank": 31702,
|
||||
"url": "https://www.stream.me/{}",
|
||||
"urlMain": "https://www.stream.me/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## BlackPlanet
|
||||
|
||||
This site has always returned a false positive. The site returns the exact
|
||||
|
|
Loading…
Add table
Reference in a new issue