From edface0858eca0b81c5330d2eb9ebb0aea8f8a81 Mon Sep 17 00:00:00 2001 From: p3nt4 Date: Mon, 13 Sep 2021 14:04:17 -0400 Subject: [PATCH] Update LinkedInt.py --- LinkedInt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinkedInt.py b/LinkedInt.py index 1524290..efd8806 100644 --- a/LinkedInt.py +++ b/LinkedInt.py @@ -175,7 +175,7 @@ def get_search(bCompany, bAuto, bSpecific, cookies, prefix, suffix, outfile, sea url = "https://www.linkedin.com/voyager/api/search/cluster?count=40&guides=List(v->PEOPLE,facetCurrentCompany->%s)&origin=OTHER&q=guided&start=0" % (companyID) if location != None: - url = url.replace("facetCurrentCompany","facetGeoRegion->%s,facetCurrentCompany" % (urllib.parse.quote_plus((location))) + url = url.replace("facetCurrentCompany","facetGeoRegion->%s,facetCurrentCompany" % (urllib.parse.quote_plus((location)))) print(url) headers = {'Csrf-Token':'ajax:0397788525211216808', 'X-RestLi-Protocol-Version':'2.0.0'}