|
|
|
@ -1644,4 +1644,21 @@ As of 2022.02.25, WeHeartIt no longer allows us to check for usersnames through
|
|
|
|
|
"urlMain": "https://weheartit.com/",
|
|
|
|
|
"username_claimed": "ventivogue"
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Tinder
|
|
|
|
|
As of 2022.03.15, Tinder returns false positives. We will try to rev the API endpoint on the android app to find a better soon
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
"Tinder": {
|
|
|
|
|
"errorMsg": [
|
|
|
|
|
"<title data-react-helmet=\"true\">Tinder | Dating, Make Friends & Meet New People</title>",
|
|
|
|
|
"<title data-react-helmet=\"true\">Tinder | Match. Chat. Date.</title>"
|
|
|
|
|
],
|
|
|
|
|
"errorType": "message",
|
|
|
|
|
"url": "https://www.tinder.com/@{}",
|
|
|
|
|
"urlMain": "https://tinder.com/",
|
|
|
|
|
"username_claimed": "blue"
|
|
|
|
|
},
|
|
|
|
|
```
|