Skip to content

Commit

Permalink
removed Tinder
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Mar 15, 2023
1 parent cbd0c2c commit 1317b5a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
10 changes: 10 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,5 +728,15 @@
"url": "https://weheartit.com/{}",
"urlMain": "https://weheartit.com/",
"username_claimed": "ventivogue"
},
"Tinder": {
"errorMsg": [
"<title data-react-helmet=\"true\">Tinder | Dating, Make Friends &amp; 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"
}
}
17 changes: 17 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 &amp; 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"
},
```
10 changes: 0 additions & 10 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2011,16 +2011,6 @@
"urlMain": "https://tiktok.com/",
"username_claimed": "red"
},
"Tinder": {
"errorMsg": [
"<title data-react-helmet=\"true\">Tinder | Dating, Make Friends &amp; 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": {
"errorType": "status_code",
"isNSFW": true,
Expand Down

0 comments on commit 1317b5a

Please sign in to comment.