This commit is contained in:
Kale 2021-08-02 06:30:55 -07:00
parent 43118f0598
commit 8b1c029806
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -3,8 +3,6 @@ import sys
import requests
import re
input = sys.argv[1]
print('starting . . . ')
try:
@ -74,20 +72,4 @@ def killingdup(duplicated_file):
print("++ successful!")
f.close()
download_filters("https://dbl.oisd.nl/")
download_filters("https://hosts.netlify.app/Pro/rpz.txt")
download_filters("https://filters.kylz.nl/RPZ/adguard/dns.txt")
download_filters("https://filters.kylz.nl/RPZ/adguard/cname-tracker.txt")
download_filters("https://filters.kylz.nl/RPZ/adguard/cname-original.txt")
download_filters("https://filters.kylz.nl/RPZ/stevenblack/f-s.txt")
download_filters("https://filters.kylz.nl/RPZ/someonewhocares/rpz.txt")
download_filters("https://urlhaus.abuse.ch/downloads/rpz/")
download_filters("https://github.com/easylist/easylist/raw/master/easylist/easylist_adservers.txt")
filtering(input)
filteringcon(input)
killingdup(input)
print('process completed.')
print('Location of your file is ' + input)
exit()