removed Sherlock

pull/773/head
Siddharth Dushantha 4 years ago
parent a265590738
commit 44469e62aa

@ -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/{}",

@ -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"
},
```

@ -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_-]*$",

Loading…
Cancel
Save