From d28956922d2e2bcddc08b8f5656edd89b4b48478 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Fri, 9 Aug 2024 04:32:49 +0800 Subject: [PATCH] Update iptv.py --- rtp/iptv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtp/iptv.py b/rtp/iptv.py index fd8269b..457e376 100644 --- a/rtp/iptv.py +++ b/rtp/iptv.py @@ -1494,7 +1494,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)