From 18355d945b1a15ee3efc44e92ca0c3652b11c789 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:01:42 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E4=B8=80=E9=94=85=E7=83=A9.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/一锅烩.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/一锅烩.py b/py/一锅烩.py index 1d681d6..6e5665a 100644 --- a/py/一锅烩.py +++ b/py/一锅烩.py @@ -240,7 +240,7 @@ def filter_lines(file_path): for line in lines: if ',' in line: if 'epg' not in line and 'mitv' not in line and 'udp' not in line and 'rtp' not in line and 'tsfile' not in line and '/hls/' not in line and '[2409' not in line \ - and 'P2p' not in line and 'p2p' not in line and 'p3p' not in line and 'P2P' not in line and 'P3p' not in line and 'P3P' not in line and '腔' not in line and '曲' not in line and '景' not in line: + and 'P2p' not in line and 'p2p' not in line and 'p3p' not in line and 'P2P' not in line and 'P3p' not in line and 'P3P' not in line and '腔' not in line and '曲' not in line and '春节' not in line: filtered_lines.append(line) return filtered_lines def write_filtered_lines(output_file_path, filtered_lines):