Merge pull request #1209 from sherlock-project/add-fiverr

Added back Fiverr
pull/1211/head
Siddharth Dushantha 3 years ago committed by GitHub
commit f2ebb919cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -374,14 +374,6 @@
"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/",

@ -747,21 +747,6 @@ future once we find a better error detecting method.
},
```
## 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.

@ -76,8 +76,8 @@
}
},
"url": "https://anilist.co/user/{}/",
"urlProbe": "https://graphql.anilist.co/",
"urlMain": "https://anilist.co/",
"urlProbe": "https://graphql.anilist.co/",
"username_claimed": "Josh",
"username_unclaimed": "noonewouldeverusethi"
},
@ -592,6 +592,20 @@
"username_claimed": "Jungypoo",
"username_unclaimed": "noonewouldeverusethis7"
},
"Fiverr": {
"errorMsg": "\"status\":\"success\"",
"errorType": "message",
"regexCheck": "^[A-Za-z][A-Za-z\\d_]{5,14}$",
"request_method": "POST",
"request_payload": {
"username": "{}"
},
"url": "https://www.fiverr.com/{}",
"urlMain": "https://www.fiverr.com/",
"urlProbe": "https://www.fiverr.com/validate_username",
"username_claimed": "blueman",
"username_unclaimed": "noonewouldeveru"
},
"Flickr": {
"errorType": "status_code",
"url": "https://www.flickr.com/people/{}",

@ -1,4 +1,4 @@
## List Of Supported Sites (321 Sites In Total!)
## List Of Supported Sites (322 Sites In Total!)
1. [2Dimensions](https://2Dimensions.com/)
1. [3dnews](http://forum.3dnews.ru/)
1. [7Cups](https://www.7cups.com/)
@ -320,3 +320,4 @@
1. [wiki.vg](https://wiki.vg/)
1. [xHamster](https://xhamster.com)
1. [zoomit](https://www.zoomit.ir)
1. [Fiverr](https://www.fiverr.com/)

Loading…
Cancel
Save