Update 网络收集.py

This commit is contained in:
frxz751113
2024-08-27 11:15:54 +08:00
committed by GitHub
parent 5dc6a92e87
commit 9e09d981d7
+3 -3
View File
@@ -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.', '春节'
]
# 定义一个包含所有要提取的关键词的列表