diff --git a/action.py b/action.py index 2e3090d..0868069 100644 --- a/action.py +++ b/action.py @@ -20,7 +20,7 @@ crawler.clear_old_files(incoming) crawler.download_filters("https://badmojr.github.io/1Hosts/Pro/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/stevenblack-f_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)