Merge pull request #1166 from sherlock-project/bring-back-allmylinks

brought back AllMyLinks
pull/1157/head^2
Siddharth Dushantha 3 years ago committed by GitHub
commit 7348c19eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -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.

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

@ -1,4 +1,4 @@
## 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/)
@ -6,6 +6,7 @@
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)

Loading…
Cancel
Save