Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
refilter
  • Loading branch information
misha-tgshv authored Feb 18, 2025
1 parent 0509bc5 commit 75230ca
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75230ca

Please sign in to comment.