Skip to content

Commit

Permalink
Restore SteamID
Browse files Browse the repository at this point in the history
Seems to work now. May need to be adapted for regional issues.
Closes #1815
Closes #1848
  • Loading branch information
ppfeister committed May 7, 2024
1 parent 2575450 commit 7370a4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
7 changes: 0 additions & 7 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-{}",
Expand Down
15 changes: 0 additions & 15 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 8 additions & 1 deletion sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 &amp; Hiking App - Train, Track &amp; Share",
"errorType": "message",
Expand Down

0 comments on commit 7370a4d

Please sign in to comment.