From a7acb4a35bc2f06738062dda9a437285bbe0df8f Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:15:46 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E9=85=92=E5=BA=97=E6=BA=90.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/酒店源.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/酒店源.py b/py/酒店源.py index c7c4e78..7f6b9ae 100644 --- a/py/酒店源.py +++ b/py/酒店源.py @@ -316,7 +316,6 @@ urls = [ "https://fofa.info/result?qbase64=ImlwdHYvbGl2ZS96aF9jbi5qcyIgJiYgY291bnRyeT0iQ04iICYmIHJlZ2lvbj0i5rKz5Y2XIg%3D%3D", # 河南 "https://fofa.info/result?qbase64=ImlwdHYvbGl2ZS96aF9jbi5qcyIgJiYgcG9ydD0iODE4MSIgJiYgY2l0eT0iR3VpZ2FuZyI%3D", #贵港8181 "https://fofa.info/result?qbase64=ImlwdHYvbGl2ZS96aF9jbi5qcyIgJiYgY2l0eT0ieXVsaW4i",#玉林 - "https://fofa.info/result?qbase64=ImlwdHYvbGl2ZS96aF9jbi5qcyIgJiYgY291bnRyeT0iQ04iICYmIHJlZ2lvbj0ibGlhb25pbmci", # Liaoning (辽宁) ] def modify_urls(url): modified_urls = [] @@ -536,6 +535,7 @@ for url in urls: name = name.replace("TVBTVB", "TVB") name = name.replace("星空卫视", "动物杂技") urld = urld.replace("key=txiptv&playlive=1&authid=0", "$智慧桌面") + urld = urld.replace("key=txiptv&playlive=0&authid=0", "$智慧桌面") results.append(f"{name},{urld}") except: continue