From a84a76ad0eb8b53381a7c0ccaea83cba223ea286 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:27:08 +0800 Subject: [PATCH] =?UTF-8?q?Update=20and=20rename=20iptv-jd.py=20to=20iptv?= =?UTF-8?q?=E6=B5=81=E7=95=85=E5=BA=A6=E6=A3=80=E6=B5=8B.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/{iptv-jd.py => iptv流畅度检测.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename py/{iptv-jd.py => iptv流畅度检测.py} (99%) diff --git a/py/iptv-jd.py b/py/iptv流畅度检测.py similarity index 99% rename from py/iptv-jd.py rename to py/iptv流畅度检测.py index 872e897..d7a125b 100644 --- a/py/iptv-jd.py +++ b/py/iptv流畅度检测.py @@ -1661,9 +1661,9 @@ check_and_write_file('2.txt', 'o.txt', keywords="其他频道, , ") ############################################################################################################################################################################################################################### ##############################################################对生成的文件进行合并 file_contents = [] -file_paths = ["a0.txt", "a.txt", "a1.txt", "b0.txt", "b.txt", "c.txt", "c1.txt", "c2.txt", "d.txt", "f0.txt", "f.txt", "f1.txt", "g0.txt", "g.txt", "g1.txt", "h0.txt", "h.txt", "h1.txt", "i.txt", \ +file_paths = ["e.txt", "a0.txt", "a.txt", "a1.txt", "b0.txt", "b.txt", "c.txt", "c1.txt", "c2.txt", "d.txt", "f0.txt", "f.txt", "f1.txt", "g0.txt", "g.txt", "g1.txt", "h0.txt", "h.txt", "h1.txt", "i.txt", \ "i1.txt", "j.txt", "j1.txt", "k.txt", "l0.txt", "l.txt", "l1.txt", "m.txt", "m1.txt", \ - "n0.txt","n.txt","n1.txt", "e.txt", "o1.txt", "o.txt"] # 替换为实际的文件路径列表 + "n0.txt","n.txt","n1.txt", "o1.txt", "o.txt"] # 替换为实际的文件路径列表 for file_path in file_paths: if os.path.exists(file_path): with open(file_path, 'r', encoding="utf-8") as file: