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.
pull/1105/head
Siddharth Dushantha 3 years ago
parent 5352036e80
commit 6d673ee5d0

@ -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"
},

Loading…
Cancel
Save