From 6d673ee5d02cc1f6af941088ee32308355229e35 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sun, 27 Jun 2021 10:32:03 +0200 Subject: [PATCH] cleaned up Freelancer data The 'url' which was actually supposed to be 'urlProbe'. Because of this, the whole API endpoint got outputted which is not what the user of Sherlock needs. They need the url directly to the profile page. --- sherlock/resources/data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index f91ee0cb..e518d5fc 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -555,11 +555,12 @@ "username_claimed": "adam", "username_unclaimed": "noonewouldeverusethis7" }, - "Freelancer.com": { + "Freelancer": { "errorMsg": "\"users\":{}", "errorType": "message", - "url": "https://www.freelancer.com/api/users/0.1/users?usernames%5B%5D={}&compact=true", + "urlProbe": "https://www.freelancer.com/api/users/0.1/users?usernames%5B%5D={}&compact=true", "urlMain": "https://www.freelancer.com/", + "url": "https://www.freelancer.com/u/{}", "username_claimed": "red0xff", "username_unclaimed": "noonewouldeverusethis" },