Skip to content

Commit

Permalink
Updated User-agent in REQUEST_HEADER (tomquirk#101)
Browse files Browse the repository at this point in the history
User-agent is outdated.
  • Loading branch information
jacob5412 authored Aug 4, 2020
1 parent 4a65060 commit d86f2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linkedin_api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ class Client(object):
REQUEST_HEADERS = {
"user-agent": " ".join(
[
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5)",
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5)",
"AppleWebKit/537.36 (KHTML, like Gecko)",
"Chrome/66.0.3359.181 Safari/537.36",
"Chrome/83.0.4103.116 Safari/537.36",
]
),
# "accept": "application/vnd.linkedin.normalized+json+2.1",
Expand Down

0 comments on commit d86f2a1

Please sign in to comment.