From 75230ca89d837c6059367ef9a776d8ed3a9ba75f Mon Sep 17 00:00:00 2001 From: Misha Tugushev Date: Tue, 18 Feb 2025 12:12:21 +0700 Subject: [PATCH] Update run.yml refilter --- .github/workflows/run.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index c98f2fc..6899377 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -71,11 +71,16 @@ jobs: # && echo "# Количество доменов в списке: $(wc -l < temp_refilter.list)" > domains_refilter.list \ # && cat temp_refilter.list >> domains_refilter.list \ # && rm domains1.txt temp_refilter.list - curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/community.lst > temp.txt \ - && curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/domains_all.lst >> temp.txt \ - && sed 's/^/DOMAIN-SUFFIX,/g' temp.txt > processed_temp.txt \ - && split -l 20000 processed_temp.txt domains_refilter_ \ - && for file in domains_refilter_*; do mv "$file" "${file}.list"; done && rm temp.txt processed_temp.txt + # curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/community.lst > temp.txt \ + # && curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/domains_all.lst >> temp.txt \ + # && sed 's/^/DOMAIN-SUFFIX,/g' temp.txt > processed_temp.txt \ + # && split -l 20000 processed_temp.txt domains_refilter_ \ + # && for file in domains_refilter_*; do mv "$file" "${file}.list"; done && rm temp.txt processed_temp.txt + curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/community.lst > temp.txt \ + && curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/domains_all.lst >> temp.txt \ + && sed 's/^/DOMAIN-SUFFIX,/g' temp.txt > domains_refilter.list \ + && rm temp.txt +