mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-26 22:00:27 +00:00
Remove Pexels and Pixabay. They report all usernames as not existing.
This commit is contained in:
parent
efcf494c0b
commit
acdb8a8513
3 changed files with 46 additions and 16 deletions
16
data.json
16
data.json
|
@ -1264,14 +1264,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Pexels": {
|
||||
"errorType": "status_code",
|
||||
"rank": 745,
|
||||
"url": "https://www.pexels.com/@{}",
|
||||
"urlMain": "https://www.pexels.com/",
|
||||
"username_claimed": "bruno",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Photobucket": {
|
||||
"errorType": "status_code",
|
||||
"rank": 3200,
|
||||
|
@ -1296,14 +1288,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Pixabay": {
|
||||
"errorType": "status_code",
|
||||
"rank": 378,
|
||||
"url": "https://pixabay.com/en/users/{}",
|
||||
"urlMain": "https://pixabay.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"PlayStore": {
|
||||
"errorType": "status_code",
|
||||
"rank": 1,
|
||||
|
|
|
@ -114,6 +114,22 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noneownsthisusername"
|
||||
},
|
||||
"Pexels": {
|
||||
"errorType": "status_code",
|
||||
"rank": 745,
|
||||
"url": "https://www.pexels.com/@{}",
|
||||
"urlMain": "https://www.pexels.com/",
|
||||
"username_claimed": "bruno",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Pixabay": {
|
||||
"errorType": "status_code",
|
||||
"rank": 378,
|
||||
"url": "https://pixabay.com/en/users/{}",
|
||||
"urlMain": "https://pixabay.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"PowerShell Gallery": {
|
||||
"errorType": "status_code",
|
||||
"rank": 163562,
|
||||
|
|
|
@ -6,6 +6,36 @@ They are listed here in the hope that things may change in the future
|
|||
so they may be re-included.
|
||||
|
||||
|
||||
## Pixabay
|
||||
|
||||
As of 2020-01-21, all usernames are reported as not existing.
|
||||
|
||||
```
|
||||
"Pixabay": {
|
||||
"errorType": "status_code",
|
||||
"rank": 378,
|
||||
"url": "https://pixabay.com/en/users/{}",
|
||||
"urlMain": "https://pixabay.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## Pexels
|
||||
|
||||
As of 2020-01-21, all usernames are reported as not existing.
|
||||
|
||||
```
|
||||
"Pexels": {
|
||||
"errorType": "status_code",
|
||||
"rank": 745,
|
||||
"url": "https://www.pexels.com/@{}",
|
||||
"urlMain": "https://www.pexels.com/",
|
||||
"username_claimed": "bruno",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## RamblerDating
|
||||
|
||||
As of 2019-12-31, site always times out.
|
||||
|
|
Loading…
Reference in a new issue