mirror of
https://github.com/vysecurity/LinkedInt.git
synced 2025-12-06 08:52:29 +01:00
Temp fix
This commit is contained in:
parent
ad48e87c5c
commit
628b970ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ def get_search():
|
|||
data_lastname = c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['miniProfile']['lastName']
|
||||
data_slug = "https://www.linkedin.com/in/%s" % c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['miniProfile']['publicIdentifier']
|
||||
data_occupation = c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['miniProfile']['occupation']
|
||||
data_location = c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['location']
|
||||
data_location = "" #c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['location']
|
||||
try:
|
||||
data_picture = "%s%s" % (c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['miniProfile']['picture']['com.linkedin.common.VectorImage']['rootUrl'],c['hitInfo']['com.linkedin.voyager.search.SearchProfile']['miniProfile']['picture']['com.linkedin.common.VectorImage']['artifacts'][2]['fileIdentifyingUrlPathSegment'])
|
||||
except:
|
||||
|
|
|
|||
Loading…
Reference in a new issue