Skip to content

Commit

Permalink
removed Trip by Skyscanner
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Apr 2, 2020
1 parent f7d7463 commit 1e18704
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 8 deletions.
8 changes: 0 additions & 8 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1802,14 +1802,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Trip": {
"errorType": "status_code",
"rank": 2847,
"url": "https://www.trip.skyscanner.com/user/{}",
"urlMain": "https://www.trip.skyscanner.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"TripAdvisor": {
"errorMsg": "This page is on vacation\u2026",
"errorType": "message",
Expand Down
17 changes: 17 additions & 0 deletions data_bad_site.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,23 @@
"urlMain": "insanejournal.com",
"username_claimed": "blue",
"username_unclaimed": "dlyr6cd"
},
"Trip": {
"errorType": "status_code",
"rank": 2847,
"url": "https://www.trip.skyscanner.com/user/{}",
"urlMain": "https://www.trip.skyscanner.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"SportsTracker": {
"errorUrl": "https://www.sports-tracker.com/page-not-found",
"errorType": "response_url",
"rank": 93950,
"url": "https://www.sports-tracker.com/view_profile/{}",
"urlMain": "https://www.sports-tracker.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeveruse"
}
}

17 changes: 17 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,3 +456,20 @@ did not seem to work.
"username_unclaimed": "noonewouldeveruse"
},
```

## Trip

As of 2020-03-02, Trip by Skyscanner seems to not work beceause it keeps on
redirecting to skyscanner.com whether the username exists or not.

```
"Trip": {
"errorType": "status_code",
"rank": 2847,
"url": "https://www.trip.skyscanner.com/user/{}",
"urlMain": "https://www.trip.skyscanner.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

0 comments on commit 1e18704

Please sign in to comment.