From be5b77c46620f7ea892ce4d65572d199800eaa57 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:24:39 +0800 Subject: [PATCH] Update iptv.py --- py/iptv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/iptv.py b/py/iptv.py index a65bc15..b3066c2 100644 --- a/py/iptv.py +++ b/py/iptv.py @@ -1496,7 +1496,7 @@ def txt_to_m3u(input_file, output_file): txt_to_m3u('综合源.txt', '综合源.m3u') #任务结束,删除不必要的过程文件# files_to_remove = ['组播源.txt', "TW.txt", "a.txt", "a0.txt", "b.txt", "b1.txt", "港澳.txt", "df0.txt", "df.txt", "df1.txt", "sr1.txt", "sr2.txt", \ - "c2.txt", "c1.txt", "DD.txt", "f.txt", "f1.txt", "酒店源.txt"] + "c2.txt", "c1.txt", "DD.txt", "f.txt", "f1.txt", "酒店源#.txt"] for file in files_to_remove: if os.path.exists(file): os.remove(file)