removed Sherlock

This commit is contained in:
Siddharth Dushantha 2020-09-23 16:54:32 +02:00
parent a265590738
commit 44469e62aa
3 changed files with 18 additions and 11 deletions

View file

@ -146,8 +146,8 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"linkedin.com": {
"errorMsg": "This profile is not available",
"Linkedin": {
"errorMsg": "could not be found",
"errorType": "message",
"rank": 0,
"url": "https://www.linkedin.com/in/{}",

View file

@ -954,3 +954,19 @@ As of 2020-09-02, MeetMe returns false positives
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Linkdedin
As of 2020-09-23, Linkedin returns false positives because we are prompted with prompted to login when checking for a user
```
"Linkedin": {
"errorMsg": "could not be found",
"errorType": "message",
"rank": 0,
"url": "https://www.linkedin.com/in/{}",
"urlMain": "https://www.linkedin.com/",
"username_claimed": "alex",
"username_unclaimed": "noonewouldeverusethis7"
},
```

View file

@ -888,15 +888,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Linkedin": {
"errorMsg": "could not be found",
"errorType": "message",
"rank": 0,
"url": "https://www.linkedin.com/in/{}",
"urlMain": "https://www.linkedin.com/",
"username_claimed": "alex",
"username_unclaimed": "noonewouldeverusethis7"
},
"LiveJournal": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",