Skip to content

Commit

Permalink
Update default curl-impersonate browser to chrome120
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Feb 29, 2024
1 parent a55f4f6 commit a5fb5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devine/core/downloaders/curl_impersonate.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
RETRY_WAIT = 2
CHUNK_SIZE = 1024
PROGRESS_WINDOW = 5
BROWSER = config.curl_impersonate.get("browser", "chrome110")
BROWSER = config.curl_impersonate.get("browser", "chrome120")


def download(
Expand Down

0 comments on commit a5fb5d3

Please sign in to comment.