From 8b92ed739a339502b5174c22bc9bf820ea8ba7a1 Mon Sep 17 00:00:00 2001 From: rany Date: Fri, 25 Oct 2024 12:22:16 +0300 Subject: [PATCH] Update Chromium User-Agent version to 130 Signed-off-by: rany --- src/edge_tts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edge_tts/constants.py b/src/edge_tts/constants.py index 86faed7..ca39846 100644 --- a/src/edge_tts/constants.py +++ b/src/edge_tts/constants.py @@ -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"