mirror of
https://github.com/vysecurity/LinkedInt.git
synced 2025-12-07 17:32:20 +01:00
Update LinkedInt.py
This commit is contained in:
parent
e405950772
commit
edface0858
1 changed files with 1 additions and 1 deletions
|
|
@ -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'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue