Skip to content

Commit

Permalink
Update cookies.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joskezelensky authored Jun 24, 2024
1 parent 0de6743 commit b0392bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/cookies.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def _get_chromium_based_browser_settings(browser_name):
"brave" : "Brave",
"chrome" : "Chrome",
"chromium": "Chromium",
"thorium : "Thorium",
"thorium" : "Thorium",
"edge" : "Microsoft Edge" if sys.platform == "darwin" else
"Chromium",
"opera" : "Opera" if sys.platform == "darwin" else "Chromium",
Expand Down

0 comments on commit b0392bb

Please sign in to comment.