From a73afe674ece1750c7859be63a72fbd04fe7ea9d Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sun, 27 Jun 2021 09:00:23 +0200 Subject: [PATCH] removed AllTrails --- removed_sites.json | 8 ++++++++ removed_sites.md | 14 ++++++++++++++ sherlock/resources/data.json | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/removed_sites.json b/removed_sites.json index ba10573..0e6a973 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -549,6 +549,14 @@ "urlMain": "https://gdprofiles.com/", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis" + }, + "AllTrails": { + "errorMsg": "class=\"home index\"", + "errorType": "message", + "url": "https://www.alltrails.com/members/{}", + "urlMain": "https://www.alltrails.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis" } } diff --git a/removed_sites.md b/removed_sites.md index d225040..a9706de 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1082,3 +1082,17 @@ As of 2021-06-27, GDProfiles takes way too long to respond. Must be an issue on "username_unclaimed": "noonewouldeverusethis" }, ``` + +## AllTrails + +As of 2021-06-27, AllTrails has a chapta which prevents us from checking for usernames on the site. +``` + "AllTrails": { + "errorMsg": "class=\"home index\"", + "errorType": "message", + "url": "https://www.alltrails.com/members/{}", + "urlMain": "https://www.alltrails.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis" + } +``` diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 0873175..1a81c34 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -51,7 +51,7 @@ "username_unclaimed": "noonewouldeverusethis" }, "AllTrails": { - "errorMsg": "User could not be found.", + "errorMsg": "class=\"home index\"", "errorType": "message", "url": "https://www.alltrails.com/members/{}", "urlMain": "https://www.alltrails.com/",