Skip to content

Commit

Permalink
DD 86 4F D5 40 34 33 54 80 AC 3F 09
Browse files Browse the repository at this point in the history
  • Loading branch information
junguler committed Dec 21, 2024
1 parent 442ba17 commit 0eacd4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 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={2..5} ; 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={6..20} ; 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
- name: git stuff
run: |
Expand Down
17 changes: 0 additions & 17 deletions genres.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
adult-contemporary
audiobooks
childrens
classical
country-americana-bluegrass
dance
discography
electronic
folk-ethnic
funk-disco
game-anime
humor
indie
jazz-blues-soul
metal
misc
news-talk
past-decades
pop
rap-hip-hop-rnb
relax-easy-listening
religion
rock
russian-shanson
ska-rocksteady-reggae
sports
yoga-spa-meditation

0 comments on commit 0eacd4a

Please sign in to comment.