From ff7eac2048780221bb5098009610cb0aa6902da9 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 7 Nov 2021 18:10:51 +0700 Subject: [PATCH] source : add Energized Basic to ucate --- Resources/source.txt | 3 ++- action.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources/source.txt b/Resources/source.txt index 80f4b18..3f9d686 100644 --- a/Resources/source.txt +++ b/Resources/source.txt @@ -11,9 +11,10 @@ https://github.com/minoplhy/filters/raw/main/Resources/blocked.txt https://urlhaus.abuse.ch/downloads/rpz/ https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt https://github.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt +https://block.energized.pro/basic/formats/filter # veneto https://blokada.org/mirror/v5/exodusprivacy/standard/hosts.txt https://github.com/crazy-max/WindowsSpyBlocker/raw/master/data/hosts/spy.txt https://energized.pro/extensions/xtreme/formats/rpz.txt -https://blocklistproject.github.io/Lists/alt-version/ads-nl.txt +https://blocklistproject.github.io/Lists/alt-version/ads-nl.txt \ No newline at end of file diff --git a/action.py b/action.py index 16f2f4f..f489e5c 100644 --- a/action.py +++ b/action.py @@ -27,7 +27,8 @@ UCATE_SOURCE = [ 'https://urlhaus.abuse.ch/downloads/rpz/', 'https://github.com/minoplhy/filters/raw/main/Resources/blocked.txt', 'https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt', -'https://github.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt' +'https://github.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt', +'https://block.energized.pro/basic/formats/filter' ] crawler.clear_old_files(incoming)