Update get_laomao_proxy.py

master
wangsiyuan 2024-10-01 00:04:03 +08:00
parent 1c0e7b97ed
commit 838788cb9d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ def url_decode(encoded_str):
return urllib.parse.unquote(encoded_str)
def main():
url = "https://05.laomao02.xyz/api/v1/client/subscribe?token=426ed521e2bde2f002711b95913368d5"
url = "https://05.laomao88.xyz/api/v1/client/subscribe?token=426ed521e2bde2f002711b95913368d5"
a = get_subscription(url)
content = base64_decode(a)
b = url_decode(content)