removed 10 sites due to false positives

I found 10 sites that were returning false positives during the tests.
They have been removed for now and will of course be added back
ones fix for them has been found.

From now on, I plan to just remove sites which return false
positves. I can later on find some time to fix those false
positives or accept somone's fix.
pull/738/head
Siddharth Dushantha 4 years ago
parent dcfa4c758b
commit 520c0f6461

@ -396,6 +396,84 @@
"urlMain": "https://yandex.ru/collections/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"500px": {
"errorMsg": "Oops! This page doesn\u2019t exist.",
"errorType": "message",
"regexCheck": "^[a-z0-9_]+$",
"url": "https://500px.com/{}",
"urlMain": "https://500px.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"PayPal": {
"errorMsg": "<meta name=\"twitter:title\" content=\"Get your very own PayPal.Me link\" />",
"errorType": "message",
"url": "https://www.paypal.com/paypalme/{}",
"headers": {
"User-Agent": ""
},
"urlMain": "https://www.paypal.me/",
"username_claimed": "blue",
"username_unclaimed": "noneownsthisusername7"
},
"Fiverr": {
"errorType": "response_url",
"errorUrl": "https://www.fiverr.com/",
"url": "https://www.fiverr.com/{}",
"urlMain": "https://www.fiverr.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"ImageShack": {
"errorType": "response_url",
"errorUrl": "https://imageshack.us/",
"url": "https://imageshack.us/user/{}",
"urlMain": "https://imageshack.us/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Aptoide": {
"errorType": "status_code",
"url": "https://{}.en.aptoide.com/",
"urlMain": "https://en.aptoide.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Crunchyroll": {
"errorType": "status_code",
"url": "https://www.crunchyroll.com/user/{}",
"urlMain": "https://www.crunchyroll.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"T-MobileSupport": {
"errorType": "status_code",
"url": "https://support.t-mobile.com/people/{}",
"urlMain": "https://support.t-mobile.com",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"OpenCollective": {
"errorType": "status_code",
"url": "https://opencollective.com/{}",
"urlMain": "https://opencollective.com/",
"username_claimed": "sindresorhus",
"username_unclaimed": "noonewouldeverusethis7"
},
"SegmentFault": {
"errorType": "status_code",
"url": "https://segmentfault.com/u/{}",
"urlMain": "https://segmentfault.com/",
"username_claimed": "bule",
"username_unclaimed": "noonewouldeverusethis7"
},
"Viadeo": {
"errorType": "status_code",
"url": "http://fr.viadeo.com/en/profile/{}",
"urlMain": "http://fr.viadeo.com/en/",
"username_claimed": "franck.patissier",
"username_unclaimed": "noonewouldeverusethis"
}
}

@ -793,4 +793,150 @@ As of 2020-08-11, YandexCollection presents us with a rechapta which prevents us
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## 500px
As of 2020-08-24, 500px now returns false positives, which was found when running the tests, but will most likley be added again in the near
future once we find a better error detecting method.
```
"500px": {
"errorMsg": "Oops! This page doesn\u2019t exist.",
"errorType": "message",
"regexCheck": "^[a-z0-9_]+$",
"url": "https://500px.com/{}",
"urlMain": "https://500px.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## PayPal
As of 2020-08-24, PayPal now returns false positives, which was found when running the tests, but will most likley be added again in the near
future once we find a better error detecting method.
```
"PayPal": {
"errorMsg": "<meta name=\"twitter:title\" content=\"Get your very own PayPal.Me link\" />",
"errorType": "message",
"url": "https://www.paypal.com/paypalme/{}",
"headers": {
"User-Agent": ""
},
"urlMain": "https://www.paypal.me/",
"username_claimed": "blue",
"username_unclaimed": "noneownsthisusername7"
},
```
## Fiverr
As of 2020-08-24, Fiverr now returns false positives, which was found when running the tests, but will most likley be added again in the near
future once we find a better error detecting method.
```
"Fiverr": {
"errorType": "response_url",
"errorUrl": "https://www.fiverr.com/",
"url": "https://www.fiverr.com/{}",
"urlMain": "https://www.fiverr.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
```
## ImageShack
As of 2020-08-24, ImageShack now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a better error detecting method.
```
"ImageShack": {
"errorType": "response_url",
"errorUrl": "https://imageshack.us/",
"url": "https://imageshack.us/user/{}",
"urlMain": "https://imageshack.us/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Aptoide
As of 2020-08-24, Aptoide now returns false positives, which was found when running the tests, but will most likley be added again in the near
future once we find a better error detecting method.
```
"Aptoide": {
"errorType": "status_code",
"url": "https://{}.en.aptoide.com/",
"urlMain": "https://en.aptoide.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Crunchyroll
As of 2020-08-24, Crunchyroll now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a better error detecting method.
```
"Crunchyroll": {
"errorType": "status_code",
"url": "https://www.crunchyroll.com/user/{}",
"urlMain": "https://www.crunchyroll.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## T-MobileSupport
As of 2020-08-24, T-MobileSupport now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a better error detecting method.
```
"T-MobileSupport": {
"errorType": "status_code",
"url": "https://support.t-mobile.com/people/{}",
"urlMain": "https://support.t-mobile.com",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## OpenCollective
As of 2020-08-24, OpenCollective now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a better error detecting method.
```
"OpenCollective": {
"errorType": "status_code",
"url": "https://opencollective.com/{}",
"urlMain": "https://opencollective.com/",
"username_claimed": "sindresorhus",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## SegmentFault
As of 2020-08-24, SegmentFault now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a better error detecting method.
```
"SegmentFault": {
"errorType": "status_code",
"url": "https://segmentfault.com/u/{}",
"urlMain": "https://segmentfault.com/",
"username_claimed": "bule",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Viadeo
As of 2020-08-24, SegmentFault now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a fix for this
```
"Viadeo": {
"errorType": "status_code",
"url": "http://fr.viadeo.com/en/profile/{}",
"urlMain": "http://fr.viadeo.com/en/",
"username_claimed": "franck.patissier",
"username_unclaimed": "noonewouldeverusethis"
},
```

@ -22,15 +22,6 @@
"username_claimed": "green",
"username_unclaimed": "noonewouldeverusethis7"
},
"500px": {
"errorMsg": "Oops! This page doesn\u2019t exist.",
"errorType": "message",
"regexCheck": "^[a-z0-9_]+$",
"url": "https://500px.com/{}",
"urlMain": "https://500px.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"7Cups": {
"errorType": "status_code",
"url": "https://www.7cups.com/@{}",
@ -81,13 +72,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Aptoide": {
"errorType": "status_code",
"url": "https://{}.en.aptoide.com/",
"urlMain": "https://en.aptoide.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Archive.org": {
"errorMsg": "cannot find account",
"errorType": "message",
@ -396,13 +380,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Crunchyroll": {
"errorType": "status_code",
"url": "https://www.crunchyroll.com/user/{}",
"urlMain": "https://www.crunchyroll.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"DEV Community": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
@ -558,14 +535,6 @@
"username_claimed": "cupparober",
"username_unclaimed": "noonewouldeverusethis7"
},
"Fiverr": {
"errorType": "response_url",
"errorUrl": "https://www.fiverr.com/",
"url": "https://www.fiverr.com/{}",
"urlMain": "https://www.fiverr.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"Flickr": {
"errorType": "status_code",
"url": "https://www.flickr.com/people/{}",
@ -795,14 +764,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"ImageShack": {
"errorType": "response_url",
"errorUrl": "https://imageshack.us/",
"url": "https://imageshack.us/user/{}",
"urlMain": "https://imageshack.us/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"ImgUp.cz": {
"errorType": "status_code",
"url": "https://imgup.cz/{}",
@ -1099,13 +1060,6 @@
"username_claimed": "ok",
"username_unclaimed": "noonewouldeverusethis7"
},
"OpenCollective": {
"errorType": "status_code",
"url": "https://opencollective.com/{}",
"urlMain": "https://opencollective.com/",
"username_claimed": "sindresorhus",
"username_unclaimed": "noonewouldeverusethis7"
},
"OpenStreetMap": {
"errorType": "status_code",
"url": "https://www.openstreetmap.org/user/{}",
@ -1188,17 +1142,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"PayPal": {
"errorMsg": "<meta name=\"twitter:title\" content=\"Get your very own PayPal.Me link\" />",
"errorType": "message",
"url": "https://www.paypal.com/paypalme/{}",
"headers": {
"User-Agent": ""
},
"urlMain": "https://www.paypal.me/",
"username_claimed": "blue",
"username_unclaimed": "noneownsthisusername7"
},
"Periscope": {
"errorType": "status_code",
"url": "https://www.periscope.tv/{}/",
@ -1399,13 +1342,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"SegmentFault": {
"errorType": "status_code",
"url": "https://segmentfault.com/u/{}",
"urlMain": "https://segmentfault.com/",
"username_claimed": "bule",
"username_unclaimed": "noonewouldeverusethis7"
},
"ShitpostBot5000": {
"errorType": "status_code",
"url": "https://www.shitpostbot.com/user/{}",
@ -1570,13 +1506,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"T-MobileSupport": {
"errorType": "status_code",
"url": "https://support.t-mobile.com/people/{}",
"urlMain": "https://support.t-mobile.com",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Taringa": {
"errorType": "status_code",
"url": "https://www.taringa.net/{}",
@ -1741,13 +1670,6 @@
"username_claimed": "jenny",
"username_unclaimed": "noonewouldeverusethis7"
},
"Viadeo": {
"errorType": "status_code",
"url": "http://fr.viadeo.com/en/profile/{}",
"urlMain": "http://fr.viadeo.com/en/",
"username_claimed": "franck.patissier",
"username_unclaimed": "noonewouldeverusethis"
},
"Vimeo": {
"errorType": "status_code",
"url": "https://vimeo.com/{}",

Loading…
Cancel
Save