Merge pull request #2104 from ppfeister/feature/new-targets
Add BugCrowd, SteamID
This commit is contained in:
commit
5c7debec38
|
|
@ -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…
Reference in New Issue