mirror of
https://github.com/minoplhy/filters.git
synced 2024-11-13 07:07:02 +00:00
point to github releases instead of filters.kylz.nl
This commit is contained in:
parent
12e8a60683
commit
e6bd6e1c34
@ -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
|
||||
|
10
action.py
10
action.py
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user