Update p2p.py

This commit is contained in:
frxz751113
2024-10-01 03:25:59 +08:00
committed by GitHub
parent 5e8723a43a
commit b3ef48c4c4
+1 -2
View File
@@ -287,8 +287,7 @@ def remove_duplicates_url(lines):
return newlines
python
复制
# 处理带$的 URL,把$之后的内容都去掉(包括$也去掉) 【2024-08-08 22:29:11】
def clean_url(lines):
urls =[]