Restore SteamID
Seems to work now. May need to be adapted for regional issues. Closes sherlock-project/sherlock#1815 Closes sherlock-project/sherlock#1848
This commit is contained in:
@@ -559,13 +559,6 @@
|
||||
"urlMain": "https://open.spotify.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"Steam": {
|
||||
"errorMsg": "The specified profile could not be found",
|
||||
"errorType": "message",
|
||||
"url": "https://steamcommunity.com/id/{}",
|
||||
"urlMain": "https://steamcommunity.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"Raidforums": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://raidforums.com/User-{}",
|
||||
|
||||
@@ -1088,21 +1088,6 @@ As of 2021-06-27, NameMC uses captcha through CloudFlare which prevents us from
|
||||
},
|
||||
```
|
||||
|
||||
## SteamID
|
||||
|
||||
As of 2021-06-27, Steam uses captcha through CloudFlare which prevents us from checking if usernames exists on the site.
|
||||
```json
|
||||
"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"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
## TripAdvisor
|
||||
|
||||
As of 2021-06-27, Trip takes too long to return a response. As of now, the reason is not known.
|
||||
|
||||
@@ -1964,13 +1964,20 @@
|
||||
"urlMain": "https://robertsspaceindustries.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"SteamGroup": {
|
||||
"Steam Community (Group)": {
|
||||
"errorMsg": "No group could be retrieved for the given URL",
|
||||
"errorType": "message",
|
||||
"url": "https://steamcommunity.com/groups/{}",
|
||||
"urlMain": "https://steamcommunity.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"Steam Community (SteamID)": {
|
||||
"url": "https://steamcommunity.com/id/{}/",
|
||||
"urlMain": "https://steamcommunity.com/",
|
||||
"username_claimed": "blue",
|
||||
"errorType": "message",
|
||||
"errorMsg":"The specified profile could not be found"
|
||||
},
|
||||
"Strava": {
|
||||
"errorMsg": "Strava | Running, Cycling & Hiking App - Train, Track & Share",
|
||||
"errorType": "message",
|
||||
|
||||
Reference in New Issue
Block a user