From df3efda4d39ce9d645b94da98a5604232a762c90 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 2 Oct 2021 13:56:48 +0700 Subject: [PATCH] Beautifier --- Resources/source.txt | 2 +- action.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/source.txt b/Resources/source.txt index fd17c6a..80f4b18 100644 --- a/Resources/source.txt +++ b/Resources/source.txt @@ -10,7 +10,7 @@ https://github.com/minoplhy/filters/releases/download/filters-build/hosts-databa 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://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt +https://github.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt # veneto https://blokada.org/mirror/v5/exodusprivacy/standard/hosts.txt diff --git a/action.py b/action.py index ea6b72f..6f95a90 100644 --- a/action.py +++ b/action.py @@ -32,7 +32,7 @@ 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://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt' +'https://github.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt' ] crawler.clear_old_files(incoming)