Remove PayPal. Usernames that don't exist are detected.

pull/342/head
Christopher K. Hoadley 5 years ago
parent fbbcfb71c7
commit f2a4285ba3

@ -886,15 +886,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"PayPal": {
"errorType": "response_url",
"errorUrl": "https://www.paypal.com/paypalme2/404",
"rank": 18441,
"url": "https://www.paypal.me/{}",
"urlMain": "https://www.paypal.me/",
"username_claimed": "blue",
"username_unclaimed": "noneownsthisusername"
},
"Pexels": {
"errorType": "status_code",
"rank": 483,

@ -6,6 +6,22 @@ They are listed here in the hope that things may change in the future
so they may be re-included.
## PayPal
Usernames that don't exist are detected.
```
"PayPal": {
"errorType": "response_url",
"errorUrl": "https://www.paypal.com/paypalme2/404",
"rank": 18441,
"url": "https://www.paypal.com/paypalme2/{}",
"urlMain": "https://www.paypal.me/",
"username_claimed": "blue",
"username_unclaimed": "noneownsthisusername"
},
```
## Furaffinity
Usernames that don't exist are detected.

Loading…
Cancel
Save