diff --git a/removed_sites.json b/removed_sites.json index 52130608..dc3f3a74 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -721,5 +721,12 @@ "urlMain": "https://www.kooapp.com", "urlProbe": "https://www.kooapp.com/apiV1/users/handle/{}/valid", "username_claimed": "john" + }, + "We Heart It": { + "errorMsg": "Oops! You've landed on a moving target!", + "errorType": "message", + "url": "https://weheartit.com/{}", + "urlMain": "https://weheartit.com/", + "username_claimed": "ventivogue" } } diff --git a/removed_sites.md b/removed_sites.md index c2207c6c..0d57ed90 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1631,4 +1631,17 @@ As of 15.02.2023, Koo returns false positives "urlProbe": "https://www.kooapp.com/apiV1/users/handle/{}/valid", "username_claimed": "john" } +``` + + +## We Heart It +As of 2022.02.25, WeHeartIt no longer allows us to check for usersnames through their website. Visiting their website leads to links to download the mobile application. A potential way of fixing this is to find API endpoints in the app +```json + "We Heart It": { + "errorMsg": "Oops! You've landed on a moving target!", + "errorType": "message", + "url": "https://weheartit.com/{}", + "urlMain": "https://weheartit.com/", + "username_claimed": "ventivogue" + } ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 871e9caa..e7d7f92e 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1210,11 +1210,11 @@ "username_claimed": "blue" }, "NICommunityForum": { - "errorMsg": "The specified member cannot be found", + "errorMsg": "The page you were looking for could not be found.", "errorType": "message", - "url": "https://www.native-instruments.com/forum/members?username={}", + "url": "https://community.native-instruments.com/profile/{}", "urlMain": "https://www.native-instruments.com/forum/", - "username_claimed": "blue" + "username_claimed": "jambert" }, "NationStates Nation": { "errorMsg": "Was this your nation? It may have ceased to exist due to inactivity, but can rise again!", @@ -1987,13 +1987,6 @@ "urlProbe": "https://www.wattpad.com/api/v3/users/{}/", "username_claimed": "Dogstho7951" }, - "We Heart It": { - "errorMsg": "Oops! You've landed on a moving target!", - "errorType": "message", - "url": "https://weheartit.com/{}", - "urlMain": "https://weheartit.com/", - "username_claimed": "ventivogue" - }, "WebNode": { "errorType": "status_code", "regexCheck": "^[a-zA-Z0-9@_-]$", @@ -2587,5 +2580,88 @@ "url": "https://www.znanylekarz.pl/{}", "urlMain": "https://znanylekarz.pl", "username_claimed": "janusz-nowak" + }, + "AdmireMe.Vip": { + "errorType": "message", + "errorMsg": "Page Not Found", + "url": "https://admireme.vip/{}", + "urlMain": "https://admireme.vip/", + "username_claimed": "DemiDevil", + "isNSFW": true + }, + "Air Pilot Life": { + "errorType": "message", + "errorMsg": "Oops! That page doesn’t exist or is private", + "url": "https://airlinepilot.life/u/{}", + "urlMain": "https://airlinepilot.life/", + "username_claimed": "chris" + }, + "8tracks": { + "errorType": "message", + "errorMsg": "This page has vanished", + "url": "https://8tracks.com/{}", + "urlMain": "https://8tracks.com/", + "username_claimed": "blue" + }, + "Weebly": { + "errorType": "status_code", + "url": "https://{}.weebly.com/", + "urlMain": "https://weebly.com/", + "username_claimed": "blue" + }, + "Intigriti": { + "errorType": "status_code", + "url": "https://app.intigriti.com/profile/{}", + "request_method": "GET", + "urlProbe": "https://api.intigriti.com/user/public/profile/{}", + "urlMain": "https://app.intigriti.com", + "username_claimed": "blue" + }, + "All Things Worn": { + "errorType": "message", + "errorMsg": "Sell Used Panties", + "url": "https://www.allthingsworn.com/profile/{}", + "urlMain": "https://www.allthingsworn.com", + "username_claimed": "pink", + "isNSFW": true + }, + "Amino": { + "errorType": "status_code", + "url": "https://aminoapps.com/u/{}", + "urlMain": "https://aminoapps.com", + "username_claimed": "blue" + }, + "APClips": { + "errorType": "message", + "errorMsg": "Amateur Porn Content Creators", + "url": "https://apclips.com/{}", + "urlMain": "https://apclips.com/", + "username_claimed": "onlybbyraq", + "isNSFW": true + }, + "Chaos": { + "errorType": "status_code", + "url": "https://chaos.social/@{}", + "urlMain": "https://chaos.social/", + "username_claimed": "ordnung" + }, + "Clapper": { + "errorType": "status_code", + "url": "https://clapperapp.com/{}", + "urlMain": "https://clapperapp.com/", + "username_claimed": "blue" + }, + "Coderwall": { + "errorType": "status_code", + "url": "https://coderwall.com/{}", + "urlMain": "https://coderwall.com", + "username_claimed": "hacker" + }, + "Code Snippet Wiki": { + "errorType": "message", + "errorMsg": "This user has not filled out their profile page yet", + "url": "https://codesnippets.fandom.com/wiki/User:{}", + "urlMain": "https://codesnippets.fandom.com", + "username_claimed": "bob" } }