Skip to content

Commit

Permalink
6F 01 E3 8B 83 CD CF 2E 33 7A 82 81
Browse files Browse the repository at this point in the history
  • Loading branch information
junguler committed Dec 9, 2024
1 parent e0c304c commit 92d5eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

- name: run commands
run: |
for i in "" \?page={2..5} ; do for j in $(cat genres.txt) ; do curl -s https://radiomixer.net/en/genre/$j$i | ./htmlq .col-md -a href a | uniq | grep -v 'page=' | awk -F '/' '{print $5"/"$6}' | grep -E '.+/[^/]+' >> A-$j.txt ; echo -e "$j - $i" ; done ; done
for i in "" ; do for j in $(cat genres.txt) ; do curl -s https://radiomixer.net/en/genre/$j$i | ./htmlq .col-md -a href a | uniq | grep -v 'page=' | awk -F '/' '{print $5"/"$6}' | grep -E '.+/[^/]+' >> A-$j.txt ; echo -e "$j - $i" ; done ; done
- name: git stuff
run: |
Expand Down

0 comments on commit 92d5eda

Please sign in to comment.