Remove easylist_adserver because this cause issues that i'm too lazy to deal with

This commit is contained in:
minoplhy 2021-08-12 11:55:13 +07:00
parent 1177b2b01c
commit 15252ee971
2 changed files with 0 additions and 2 deletions

View File

@ -6,6 +6,5 @@ https://filters.kylz.nl/RPZ/adguard/cname-tracker.txt
https://filters.kylz.nl/RPZ/adguard/cname-original.txt
https://filters.kylz.nl/RPZ/stevenblack/f-s.txt
https://filters.kylz.nl/RPZ/someonewhocares/rpz.txt
https://github.com/easylist/easylist/raw/master/easylist/easylist_adservers.txt
https://blokada.org/mirror/v5/exodusprivacy/standard/hosts.txt
https://block.energized.pro/ultimate/formats/rpz.txt

View File

@ -22,7 +22,6 @@ crawler.download_filters("https://filters.kylz.nl/RPZ/adguard/cname-original.txt
crawler.download_filters("https://filters.kylz.nl/RPZ/stevenblack/f-s.txt" ,incoming)
crawler.download_filters("https://filters.kylz.nl/RPZ/someonewhocares/rpz.txt" ,incoming)
crawler.download_filters("https://urlhaus.abuse.ch/downloads/rpz/" ,incoming)
crawler.download_filters("https://github.com/easylist/easylist/raw/master/easylist/easylist_adservers.txt" ,incoming)
crawler.download_filters("https://blokada.org/mirror/v5/exodusprivacy/standard/hosts.txt" ,incoming)
crawler.download_filters("https://block.energized.pro/ultimate/formats/rpz.txt" ,incoming)
crawler.filtering(incoming)