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)