From 12cdd344e1fac0f05978971279e34d517e589a4e Mon Sep 17 00:00:00 2001 From: 91c0e59d-6161-45ab-8aa4-2371574db28f <91c0e59d-6161-45ab-8aa4-2371574db28f@bank-of-china.com> Date: Thu, 6 Nov 2025 01:16:15 +0800 Subject: [PATCH] bump sdgb authlite opt downloading related to latest 1.50 --- sdgb/authlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdgb/authlite.py b/sdgb/authlite.py index 81b3b28..524b486 100644 --- a/sdgb/authlite.py +++ b/sdgb/authlite.py @@ -20,7 +20,7 @@ def hello(): iv = bytes.fromhex('00000000000000000000000000000000') ua = 'SDGB;Windows/Lite' #ua = 'SDHJ;Windows/Lite' - content = bytes([0] * 16) + b'title_id=SDGB&title_ver=1.41&client_id=A63E01C2805&token=205648745' + content = bytes([0] * 16) + b'title_id=SDGB&title_ver=1.50&client_id=A63E01C2805&token=205648745' #content = bytes([0] * 16) + b'title_id=SDHJ&title_ver=1.11&client_id=A63E01E1326&token=205648745' header = bytes.fromhex('00000000000000000000000000000000') bytes_data = pad(header + content, 16)