removed SportsTracker

This site keeps returning false positives
pull/576/head
Siddharth Dushantha 4 years ago
parent 87e3e208ef
commit f7d7463086

@ -896,15 +896,6 @@
"username_claimed": "adam",
"username_unclaimed": "noonewouldeverusethis"
},
"Insanejournal": {
"errorMsg": "Unknown user",
"errorType": "message",
"rank": 29889,
"url": "http://{}.insanejournal.com/profile",
"urlMain": "insanejournal.com",
"username_claimed": "blue",
"username_unclaimed": "dlyr6cd"
},
"Instagram": {
"errorMsg": "The link you followed may be broken",
"errorType": "message",
@ -1645,16 +1636,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"SportsTracker": {
"errorMsg": "\"code\":\"404\"",
"errorType": "message",
"rank": 93950,
"url": "https://www.sports-tracker.com/view_profile/{}",
"urlMain": "https://www.sports-tracker.com/",
"urlProbe": "https://www.sports-tracker.com/apiserver/v1/user/name/{}",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeveruse"
},
"Spotify": {
"errorType": "status_code",
"rank": 73,

@ -439,3 +439,20 @@ Since we were not able to find the critera for a valid username, the best thing
"username_unclaimed": "dlyr6cd"
},
```
## Sports Tracker
As of 2020-03-02, Sports Tracker returns false positives. Checking with `errorMsg` and `response_url`
did not seem to work.
```
"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"
},
```

Loading…
Cancel
Save