Update IPTV搜索引擎采集.py
This commit is contained in:
+1
-1
@@ -339,7 +339,7 @@ print('提取的行已保存到:', deleted_lines_file_path)
|
||||
#合并所有频道文件#
|
||||
# 读取要合并的频道文件,并生成临时文件#合并所有频道文件#
|
||||
file_contents = []
|
||||
file_paths = ["主.txt", "港澳.txt", "省市.txt"] # 替换为实际的文件路径列表#
|
||||
file_paths = ["主.txt", "省市.txt"] # 替换为实际的文件路径列表#
|
||||
for file_path in file_paths: #
|
||||
with open(file_path, 'r', encoding="utf-8") as file: #
|
||||
content = file.read()
|
||||
|
||||
Reference in New Issue
Block a user