Skip to content

Commit

Permalink
Update Chromium User-Agent version to 130
Browse files Browse the repository at this point in the history
Signed-off-by: rany <[email protected]>
  • Loading branch information
rany2 committed Oct 25, 2024
1 parent 2cf873d commit 8b92ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edge_tts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
WSS_URL = f"wss://{BASE_URL}/edge/v1?TrustedClientToken={TRUSTED_CLIENT_TOKEN}"
VOICE_LIST = f"https://{BASE_URL}/voices/list?trustedclienttoken={TRUSTED_CLIENT_TOKEN}"

CHROMIUM_MAJOR_VERSION = "129"
CHROMIUM_MAJOR_VERSION = "130"
BASE_HEADERS = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
f" (KHTML, like Gecko) Chrome/{CHROMIUM_MAJOR_VERSION}.0.0.0 Safari/537.36"
Expand Down

0 comments on commit 8b92ed7

Please sign in to comment.