mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 20:03:03 +00:00
removed Tinder
This commit is contained in:
parent
cbd0c2c214
commit
1317b5acf6
3 changed files with 27 additions and 10 deletions
|
@ -728,5 +728,15 @@
|
||||||
"url": "https://weheartit.com/{}",
|
"url": "https://weheartit.com/{}",
|
||||||
"urlMain": "https://weheartit.com/",
|
"urlMain": "https://weheartit.com/",
|
||||||
"username_claimed": "ventivogue"
|
"username_claimed": "ventivogue"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1645,3 +1645,20 @@ As of 2022.02.25, WeHeartIt no longer allows us to check for usersnames through
|
||||||
"username_claimed": "ventivogue"
|
"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"
|
||||||
|
},
|
||||||
|
```
|
|
@ -2011,16 +2011,6 @@
|
||||||
"urlMain": "https://tiktok.com/",
|
"urlMain": "https://tiktok.com/",
|
||||||
"username_claimed": "red"
|
"username_claimed": "red"
|
||||||
},
|
},
|
||||||
"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"
|
|
||||||
},
|
|
||||||
"TnAFlix": {
|
"TnAFlix": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"isNSFW": true,
|
"isNSFW": true,
|
||||||
|
|
Loading…
Reference in a new issue