point to github releases instead of filters.kylz.nl

This commit is contained in:
unknown 2021-08-27 12:29:28 +07:00
parent 12e8a60683
commit e6bd6e1c34
2 changed files with 12 additions and 9 deletions

View File

@ -1,10 +1,11 @@
# ucate
https://badmojr.github.io/1Hosts/Pro/rpz.txt
https://filters.kylz.nl/RPZ/stevenblack/f-s.txt
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/minoplhy/filters/releases/download/filters-build/Adguard-cname-tracker_rpz.txt
https://github.com/minoplhy/filters/releases/download/filters-build/Adguard-cname-original_rpz.txt
https://github.com/minoplhy/filters/releases/download/filters-build/stevenblack-f-s_rpz.txt
https://github.com/minoplhy/filters/releases/download/filters-build/someonewhocares_rpz.txt
https://github.com/minoplhy/filters/releases/download/filters-build/hostsVN-all_rpz.txt
https://github.com/minoplhy/filters/releases/download/filters-build/hosts-database-full-alive_rpz.txt
https://github.com/minoplhy/filters/raw/main/Resources/blocked.txt
# veneto
https://blokada.org/mirror/v5/exodusprivacy/standard/hosts.txt

View File

@ -19,10 +19,12 @@ os.makedirs('/reprwiki/Private-build/ucate',exist_ok=True)
crawler.clear_old_files(incoming)
crawler.download_filters("https://badmojr.github.io/1Hosts/Pro/rpz.txt" ,incoming)
crawler.download_filters("https://filters.kylz.nl/RPZ/adguard/cname-tracker.txt" ,incoming)
crawler.download_filters("https://filters.kylz.nl/RPZ/adguard/cname-original.txt" ,incoming)
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://github.com/minoplhy/filters/releases/download/filters-build/Adguard-cname-tracker_rpz.txt" ,incoming)
crawler.download_filters("https://github.com/minoplhy/filters/releases/download/filters-build/Adguard-cname-original_rpz.txt" ,incoming)
crawler.download_filters("https://github.com/minoplhy/filters/releases/download/filters-build/stevenblack-f-s_rpz.txt" ,incoming)
crawler.download_filters("https://github.com/minoplhy/filters/releases/download/filters-build/someonewhocares_rpz.txt" ,incoming)
crawler.download_filters("https://github.com/minoplhy/filters/releases/download/filters-build/hostsVN-all_rpz.txt" ,incoming)
crawler.download_filters("https://github.com/minoplhy/filters/releases/download/filters-build/hosts-database-full-alive_rpz.txt" ,incoming)
crawler.download_filters("https://urlhaus.abuse.ch/downloads/rpz/" ,incoming)
crawler.download_filters("https://github.com/minoplhy/filters/raw/main/Resources/blocked.txt" ,incoming)
crawler.filtering(incoming)