mirror of
https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever.git
synced 2025-12-17 15:24:43 +08:00
Fix the format of domains
This commit is contained in:
@@ -15,7 +15,7 @@ with open("resultant/top500_manual.list", "r", encoding='utf-8') as f:
|
||||
for domain in f.readlines():
|
||||
if domain[0] == "#":
|
||||
continue
|
||||
domains.append(domain)
|
||||
domains.append(domain[:-1])
|
||||
|
||||
# 判断直连或代理
|
||||
domains_proxy = []
|
||||
|
||||
Reference in New Issue
Block a user