1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-04 19:05:55 +02:00

Update default user agent

This commit is contained in:
Alexander Graf 2023-11-15 07:47:34 +01:00
parent 5a92f264c8
commit f80eebec7a
2 changed files with 2 additions and 2 deletions

View File

@ -289,7 +289,7 @@ How to Download
.. option:: --user-agent USER_AGENT
User Agent to use for HTTP requests. Per default, Instaloader pretends being
Chrome/92 on Linux.
Chrome/119 on Linux.
.. option:: --max-connection-attempts N

View File

@ -34,7 +34,7 @@ def copy_session(session: requests.Session, request_timeout: Optional[float] = N
def default_user_agent() -> str:
return 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 ' \
'(KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'
'(KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'
def default_iphone_headers() -> Dict[str, Any]: