Skip to content

Commit

Permalink
1E A2 C6 4B 57 24 A7 66 E2 B8 DE 7A
Browse files Browse the repository at this point in the history
  • Loading branch information
junguler committed Dec 9, 2024
1 parent 101277f commit 7a7e18f
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 @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@main

- name: run commands
continue-on-error: true
continue-on-error: true
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
Expand Down

0 comments on commit 7a7e18f

Please sign in to comment.