Fixed easy apply search, implemented method to extract required fields from API with new endpoint, Todo; parse result json to return a dict that contains title, optionUrn and possible choices for the value if present
This commit is contained in:
parent
c0f186ba84
commit
d76a35fa7c
@ -222,10 +222,6 @@ class LinkedInEvolvedAPI(Linkedin):
|
||||
|
||||
|
||||
|
||||
def get_cookies_hitting_url(self, url: str):
|
||||
res = self._fetch(url,base_request=False)
|
||||
return res.headers
|
||||
|
||||
## EXAMPLE USAGE
|
||||
#if __name__ == "__main__":
|
||||
# api: LinkedInEvolvedAPI = LinkedInEvolvedAPI("", "")
|
||||
|
Loading…
Reference in New Issue
Block a user