From 459b248ebc492160e72a1be594dcd7d63aa60641 Mon Sep 17 00:00:00 2001 From: Lucas Hiago Date: Sat, 21 Mar 2020 15:52:01 -0300 Subject: [PATCH 1/2] add linkedin website in search --- sherlock/resources/data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index c86fa25b..4ed51670 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1025,6 +1025,15 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "Linkedin": { + "errorMsg": "This profile is not available", + "errorType": "message", + "rank": 0, + "url": "https://www.linkedin.com/in/{}", + "urlMain": "https://www.linkedin.com/", + "username_claimed": "alex", + "username_unclaimed": "noonewouldeverusethis7" + }, "LiveJournal": { "errorType": "status_code", "rank": 421, From a61850843f733b97df0be08f4dba9cb69ba9947c Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 3 Sep 2020 09:57:08 +0200 Subject: [PATCH 2/2] changed error message for linkedin --- sherlock/resources/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 4ed51670..6cccc54e 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1026,7 +1026,7 @@ "username_unclaimed": "noonewouldeverusethis7" }, "Linkedin": { - "errorMsg": "This profile is not available", + "errorMsg": "could not be found", "errorType": "message", "rank": 0, "url": "https://www.linkedin.com/in/{}", @@ -2608,4 +2608,4 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" } -} \ No newline at end of file +}