Update 在线V4源优选.py
This commit is contained in:
+5
-5
@@ -27,13 +27,13 @@ open('源.txt','wb').write(r.content)
|
||||
|
||||
with open('源.txt', 'r', encoding='utf-8') as file:
|
||||
lines = file.readlines()
|
||||
filtered_lines = []
|
||||
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 '[' not in line \
|
||||
filtered_lines = []
|
||||
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 '[' 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:
|
||||
filtered_lines.append(line)
|
||||
return filtered_lines
|
||||
return filtered_lines
|
||||
|
||||
with open('源.txt', 'w', encoding='utf-8') as output_file:
|
||||
output_file.writelines(filtered_lines)
|
||||
|
||||
Reference in New Issue
Block a user