Skip to content

Commit

Permalink
32 A2 F4 AD 31 1A 51 FA 0F 97 E5 EE
Browse files Browse the repository at this point in the history
  • Loading branch information
junguler committed Dec 21, 2024
1 parent 0808d56 commit a6a2078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 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={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
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
- name: git stuff
run: |
Expand Down
11 changes: 1 addition & 10 deletions genres.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
adult-contemporary
dance
discography
electronic
folk-ethnic
news-talk
past-decades
pop
relax-easy-listening
rock
pop

0 comments on commit a6a2078

Please sign in to comment.