From 9e09d981d7482cbaaf3ae02d91fea4a0922314c0 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:15:54 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E7=BD=91=E7=BB=9C=E6=94=B6=E9=9B=86.p?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/网络收集.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py/网络收集.py b/py/网络收集.py index f27e805..9762751 100644 --- a/py/网络收集.py +++ b/py/网络收集.py @@ -164,9 +164,9 @@ replacements = { "高清""": "", "HD": "", "标清": "", - "-": "", + "": "", "咪咕": "", - "_": "", + "": "", "超清": "", "频道": "", "CCTV-": "CCTV", @@ -292,7 +292,7 @@ import re import os # 定义一个包含所有要排除的关键词的列表 excluded_keywords = [ - 'epg', 'mitv', 'udp', 'rtp', 'P2p', 'p2p', 'p3p', 'P2P', '[', 'P3p', '/hls/', '/tsfile/', 'P3P', '/bfgd/', '腔', '曲', '/zy.', '/xgj.', '春节' + 'epg', 'mitv', 'udp', 'rtp', 'P2p', 'p2p', 'p3p', 'P2P', '[', 'P3p', '/hls/#', '/tsfile/', 'P3P', '/bfgd/', '腔', '曲', '/zy.', '/xgj.', '春节' ] # 定义一个包含所有要提取的关键词的列表