xubo hace 1 año
padre
commit
bd0de78d05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      livepocket/302_poc_2.py

+ 1 - 1
livepocket/302_poc_2.py

@@ -217,7 +217,7 @@ def poc_2(account, passwd, target_url, log_name, single_proxy):
 
 def process_account(account, log_name, single_proxy):
     try:
-        run_poc(account.strip(), 'panyue666', 'https://t.livepocket.jp/e/q8ucp', log_name, single_proxy)
+        run_poc(account.strip(), 'panyue666', 'https://t.livepocket.jp/e/0vapa', log_name, single_proxy)
     except Exception as ex:
         print(f'error: {traceback.format_exc()}, account:{account}')