Skip to content

Commit

Permalink
Merge branch 'sherlock-project:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowthamk007m committed May 6, 2024
2 parents 8608aa5 + 31ab966 commit 26f6bcb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
7 changes: 0 additions & 7 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@
"urlMain": "https://kiwifarms.net/",
"username_claimed": "blue"
},
"Linkedin": {
"errorMsg": "could not be found",
"errorType": "message",
"url": "https://www.linkedin.com/in/{}",
"urlMain": "https://www.linkedin.com/",
"username_claimed": "alex"
},
"NPM-Package": {
"errorType": "status_code",
"url": "https://www.npmjs.com/package/{}",
Expand Down
7 changes: 0 additions & 7 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,6 @@ user names were available.
},
```

## LinkedIn

This was attempted to be added around 2019-08-26, but the pull request was never merged.
It turns out that LinkedIn requires that you have an account before they will let you
check for other account. So, this site will not work with the current design of
Sherlock.

## StreamMe

On 2019-04-07, I get a Timed Out message from the website. It has not
Expand Down
11 changes: 11 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,17 @@
"urlMain": "https://lichess.org",
"username_claimed": "blue"
},
"LinkedIn": {
"errorType": "status_code",
"headers": {
"User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/W.X.Y.Z Safari/537.36"
},
"regexCheck": "^[a-zA-Z0-9]{3,100}$",
"request_method": "GET",
"url": "https://linkedin.com/in/{}",
"urlMain": "https://linkedin.com",
"username_claimed": "paulpfeister"
},
"Linktree": {
"errorMsg": "\"statusCode\":404",
"errorType": "message",
Expand Down
3 changes: 2 additions & 1 deletion sites.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## List Of Supported Sites (400 Sites In Total!)
## List Of Supported Sites (401 Sites In Total!)
1. ![](https://www.google.com/s2/favicons?domain=https://www.1337x.to/) [1337x](https://www.1337x.to/)
1. ![](https://www.google.com/s2/favicons?domain=https://2Dimensions.com/) [2Dimensions](https://2Dimensions.com/)
1. ![](https://www.google.com/s2/favicons?domain=http://forum.3dnews.ru/) [3dnews](http://forum.3dnews.ru/)
Expand Down Expand Up @@ -182,6 +182,7 @@
1. ![](https://www.google.com/s2/favicons?domain=https://letterboxd.com/) [Letterboxd](https://letterboxd.com/)
1. ![](https://www.google.com/s2/favicons?domain=https://www.librarything.com) [LibraryThing](https://www.librarything.com)
1. ![](https://www.google.com/s2/favicons?domain=https://lichess.org) [Lichess](https://lichess.org)
1. ![](https://www.google.com/s2/favicons?domain=https://linkedin.com) [LinkedIn](https://linkedin.com)
1. ![](https://www.google.com/s2/favicons?domain=https://linktr.ee/) [Linktree](https://linktr.ee/)
1. ![](https://www.google.com/s2/favicons?domain=https://listed.to/) [Listed](https://listed.to/)
1. ![](https://www.google.com/s2/favicons?domain=https://www.livejournal.com/) [LiveJournal](https://www.livejournal.com/)
Expand Down

0 comments on commit 26f6bcb

Please sign in to comment.