Skip to content

Commit

Permalink
refactor(curl-impersonate): Update the default browser to chrome124
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Apr 18, 2024
1 parent c859465 commit 4f1dfd7
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", "chrome120")
BROWSER = config.curl_impersonate.get("browser", "chrome124")


def download(
Expand Down

0 comments on commit 4f1dfd7

Please sign in to comment.