bump sdgb authlite opt downloading related to latest 1.50

This commit is contained in:
91c0e59d-6161-45ab-8aa4-2371574db28f
2025-11-06 01:16:15 +08:00
parent 6c0d9336d2
commit 12cdd344e1

View File

@@ -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)