Skip to content

Commit

Permalink
E7 DD A6 DE 34 3F A5 42 4E B2 4B F6
Browse files Browse the repository at this point in the history
  • Loading branch information
junguler committed Dec 21, 2024
1 parent c7ea59a commit f0d4936
Show file tree
Hide file tree
Showing 40 changed files with 953 additions and 3,777 deletions.
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={21..24} ; do for j in $(cat genres.txt) ; do curl -s https://pcradio.ru/zhanr/$j$i | ./htmlq .stations-list-wrapper -a href a | grep '/radio/' | awk -F '/' '{print $3}' >> A-$j.txt ; echo -e "$j - $i" ; done ; done
for i in "" \?page={2..5} ; do for j in $(cat countries.txt) ; do curl -s https://pcradio.ru/strana/$j$i | ./htmlq .stations-list-wrapper -a href a | grep '/radio/' | awk -F '/' '{print $3}' >> A-$j.txt ; echo -e "$j - $i" ; done ; done
- name: git stuff
run: |
Expand Down
115 changes: 0 additions & 115 deletions A-audiobooks.txt

This file was deleted.

140 changes: 0 additions & 140 deletions A-country-americana-bluegrass.txt

This file was deleted.

75 changes: 0 additions & 75 deletions A-game-anime.txt

This file was deleted.

Loading

0 comments on commit f0d4936

Please sign in to comment.