removed SteamID

pull/1105/head
Siddharth Dushantha 3 years ago
parent aaff63e2a7
commit 5352036e80

@ -588,7 +588,14 @@
"urlMain": "https://namemc.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Steamid": {
"errorMsg": "<link rel=\"canonical\" href=\"https://steamid.uk\" />",
"errorType": "message",
"url": "https://steamid.uk/profile/{}",
"urlMain": "https://steamid.uk/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}

@ -1155,3 +1155,17 @@ As of 2021-06-27, NameMC uses chapta through CloudFlare which prevents us from c
"username_unclaimed": "noonewouldeverusethis7"
},
```
## SteamID
As of 2021-06-27, Steam uses chapta through CloudFlare which prevents us from checking if usernames exists on the site.
```
"Steamid": {
"errorMsg": "<link rel=\"canonical\" href=\"https://steamid.uk\" />",
"errorType": "message",
"url": "https://steamid.uk/profile/{}",
"urlMain": "https://steamid.uk/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
```

@ -1423,14 +1423,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Steamid": {
"errorMsg": "<div class=\"alert alert-warning\">Profile not found</div>",
"errorType": "message",
"url": "https://steamid.uk/profile/{}",
"urlMain": "https://steamid.uk/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Strava": {
"errorMsg": "Strava | Run and Cycling Tracking on the Social Network for Athletes",
"errorType": "message",

Loading…
Cancel
Save