diff --git a/Resources/source.txt b/Resources/source.txt index c773dbe..a17a183 100644 --- a/Resources/source.txt +++ b/Resources/source.txt @@ -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 \ No newline at end of file diff --git a/action.py b/action.py index 53aa2f5..5e173a8 100644 --- a/action.py +++ b/action.py @@ -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)