Skip to content

Commit

Permalink
removed TripAdvisor
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Jun 27, 2021
1 parent 6d673ee commit 6281bef
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
8 changes: 8 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,14 @@
"urlMain": "https://steamid.uk/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"TripAdvisor": {
"errorMsg": "This page is on vacation\u2026",
"errorType": "message",
"url": "https://tripadvisor.com/members/{}",
"urlMain": "https://tripadvisor.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}

16 changes: 16 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1169,3 +1169,19 @@ As of 2021-06-27, Steam uses chapta through CloudFlare which prevents us from ch
"username_unclaimed": "noonewouldeverusethis7"
}
```


## TripAdvisor

As of 2021-06-27, Trip takes too long to return a response. As of now, the reason is not known.
```
"TripAdvisor": {
"errorMsg": "This page is on vacation\u2026",
"errorType": "message",
"url": "https://tripadvisor.com/members/{}",
"urlMain": "https://tripadvisor.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
8 changes: 0 additions & 8 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1523,14 +1523,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"TripAdvisor": {
"errorMsg": "This page is on vacation\u2026",
"errorType": "message",
"url": "https://tripadvisor.com/members/{}",
"urlMain": "https://tripadvisor.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"TryHackMe": {
"errorType": "status_code",
"url": "https://tryhackme.com/p/{}",
Expand Down

0 comments on commit 6281bef

Please sign in to comment.