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

This commit is contained in:
Christopher K. Hoadley
2019-10-19 22:21:04 -05:00
parent fbbcfb71c7
commit f2a4285ba3
2 changed files with 16 additions and 9 deletions
-9
View File
@@ -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,
+16
View File
@@ -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.