From fe3eae58544f638292bdbb27213fa7e411a3757f Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Tue, 13 Aug 2024 00:41:24 +0800 Subject: [PATCH] =?UTF-8?q?Update=20iptv=E6=B5=81=E7=95=85=E5=BA=A6?= =?UTF-8?q?=E6=A3=80=E6=B5=8B.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/iptv流畅度检测.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/iptv流畅度检测.py b/py/iptv流畅度检测.py index 9f93304..03a92c4 100644 --- a/py/iptv流畅度检测.py +++ b/py/iptv流畅度检测.py @@ -1430,7 +1430,7 @@ def txt_to_m3u(input_file, output_file): # 遍历txt文件内容 for line in lines: line = line.strip() - if "," in line: # 防止文件里面缺失“,”号报错 + if "," in line: # 防止文件里面缺失",”号报错 # if line: # 检查是否是genre行 channel_name, channel_url = line.split(',', 1)