mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 20:48:27 +00:00
removed We Heart It
This commit is contained in:
parent
ffb6d9bb26
commit
144464281b
3 changed files with 20 additions and 7 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
```
|
|
@ -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@_-]$",
|
||||
|
|
Loading…
Add table
Reference in a new issue