diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index a8332e517..f1e475859 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -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/{}", @@ -2452,19 +2466,5 @@ "urlMain": "https://www.zoomit.ir", "username_claimed": "kossher", "username_unclaimed": "noonewouldeverusethis7" - }, -"Fiverr": { - "errorType": "message", - "errorMsg": "\"status\":\"success\"", - "regexCheck": "^[A-Za-z][A-Za-z\\d_]{5,14}$", - "url": "https://www.fiverr.com/{}", - "urlMain": "https://www.fiverr.com/", - "urlProbe": "https://www.fiverr.com/validate_username", - "request_method": "POST", - "request_payload": { - "username": "{}" - }, - "username_claimed": "blueman", - "username_unclaimed": "noonewouldeveru" -} + } } diff --git a/sites.md b/sites.md index f07eb5ccd..714673ee7 100644 --- a/sites.md +++ b/sites.md @@ -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/)