Skip to content

Commit

Permalink
Merge pull request sherlock-project#1166 from sherlock-project/bring-…
Browse files Browse the repository at this point in the history
…back-allmylinks

brought back AllMyLinks
  • Loading branch information
sdushantha authored Oct 27, 2021
2 parents 3ec504c + 3c1cf07 commit 7348c19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 24 deletions.
8 changes: 0 additions & 8 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,14 +605,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"allmylinks": {
"errorMsg": "Page not found",
"errorType": "message",
"url": "https://allmylinks.com/{}",
"urlMain": "https://allmylinks.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"House-Mixes.com": {
"errorMsg": "Profile Not Found",
"errorType": "message",
Expand Down
15 changes: 0 additions & 15 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1188,21 +1188,6 @@ into this as YouTube is must have site in Sherlock.
}
```

## AllMyLinks

As of 2021-06-27, AllMyLinks has added a chapta using Cloudflare and this prevents us from checking for usernames.

```
"allmylinks": {
"errorMsg": "Page not found",
"errorType": "message",
"url": "https://allmylinks.com/{}",
"urlMain": "https://allmylinks.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
```

### House Mixes

As of 2021-09-04, House Mixes has issues connecting causing Sherlock to freeze.
Expand Down
8 changes: 8 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@
"username_claimed": "julian",
"username_unclaimed": "noonewouldeverusethis"
},
"AllMyLinks": {
"errorMsg": "Not Found",
"errorType": "message",
"url": "https://allmylinks.com/{}",
"urlMain": "https://allmylinks.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Apple Discussions": {
"errorMsg": "The page you tried was not found. You may have used an outdated link or may have typed the address (URL) incorrectly.",
"errorType": "message",
Expand Down
3 changes: 2 additions & 1 deletion sites.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## List Of Supported Sites (297 Sites In Total!)
## List Of Supported Sites (298 Sites In Total!)
1. [2Dimensions](https://2Dimensions.com/)
1. [3dnews](http://forum.3dnews.ru/)
1. [7Cups](https://www.7cups.com/)
1. [9GAG](https://www.9gag.com/)
1. [About.me](https://about.me/)
1. [Academia.edu](https://www.academia.edu/)
1. [Alik.cz](https://www.alik.cz/)
1. [AllMyLinks](https://allmylinks.com/)
1. [Apple Discussions](https://discussions.apple.com)
1. [Archive.org](https://archive.org)
1. [Asciinema](https://asciinema.org)
Expand Down

0 comments on commit 7348c19

Please sign in to comment.