diff --git a/removed_sites.json b/removed_sites.json index 5213060..dc3f3a7 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 c2207c6..0d57ed9 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 9263cee..d106383 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -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@_-]$",