Paul Pfeister 2 weeks ago committed by GitHub
commit 4ccfceff36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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-{}",

@ -1311,20 +1311,6 @@ As og 2022-05-01, Countable returns false positives
},
```
## Steam
As og 2022-05-01, Steam returns false positives
```json
"Steam": {
"errorMsg": "The specified profile could not be found",
"errorType": "message",
"url": "https://steamcommunity.com/id/{}",
"urlMain": "https://steamcommunity.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Raidforums
Raidforums is [now run by the FBI](https://twitter.com/janomine/status/1499453777648234501?s=21)

@ -1483,6 +1483,12 @@
"urlMain": "https://ninjakiwi.com/",
"username_claimed": "Kyruko"
},
"BugCrowd": {
"url": "https://bugcrowd.com/{}",
"urlMain": "https://bugcrowd.com/",
"errorType": "status_code",
"username_claimed": "ppfeister"
},
"NintendoLife": {
"errorType": "status_code",
"url": "https://www.nintendolife.com/users/{}",
@ -1958,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 (User)": {
"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",

Loading…
Cancel
Save