mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
Update builder.py
This commit is contained in:
parent
96075ed9b3
commit
9383f2bc09
@ -89,7 +89,7 @@ for category in filterlist:
|
||||
newoutput = '\n'.join(re.findall(pattern, newdata, re.MULTILINE))
|
||||
print(newoutput)
|
||||
output.write(newoutput)
|
||||
if filename in ['TW165.txt']:
|
||||
if filename in ['TW165.txt', 'hosts.txt']:
|
||||
to_pure_domain(filename, data)
|
||||
|
||||
# if filename == 'hosts.txt':
|
||||
|
Loading…
x
Reference in New Issue
Block a user