mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 11:53:03 +00:00
removed PCPartPicker
This commit is contained in:
parent
e6f9846c27
commit
11694409c1
2 changed files with 12 additions and 7 deletions
|
@ -1468,4 +1468,16 @@ Removed due to false positive
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis76543"
|
||||
}
|
||||
```
|
||||
|
||||
## PCPartPicker
|
||||
As of 17-07-2022, PCPartPicker requires us to login in order to check if a user exits
|
||||
```
|
||||
"PCPartPicker": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://pcpartpicker.com/user/{}",
|
||||
"urlMain": "https://pcpartpicker.com",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
|
@ -1437,13 +1437,6 @@
|
|||
"username_claimed": "admin",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"PCPartPicker": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://pcpartpicker.com/user/{}",
|
||||
"urlMain": "https://pcpartpicker.com",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"PSNProfiles.com": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://psnprofiles.com/?psnId={}",
|
||||
|
|
Loading…
Reference in a new issue