Skip to content

Commit

Permalink
EE F7 71 74 44 90 C2 00 69 D3 CD FA
Browse files Browse the repository at this point in the history
  • Loading branch information
junguler committed Dec 28, 2024
1 parent 1292c56 commit d3cf94d
Show file tree
Hide file tree
Showing 676 changed files with 360,274 additions 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 A-*.txt ; do for j in $(cat $i) ; do curl -s https://pcradio.ru/radio/$j > mep1 ; cat mep1 | ./htmlq -t h1 | awk NF | sed 's/^[ \t]*//' | awk 'NR==1 {$0="#EXTINF:-1," $0} 1' >> A$i ; cat mep1 | grep "class='station_id'" | awk -F "'" '{print $8}' | sed 's/\;//g' | sed '/^$/d' >> A$i ; echo -e "$i - $j" ; done ; done
for i in *.m3u ; do for j in $(cat $i) ; do wget -S --spider -q -t 1 -T 1 --max-redirect 0 $j 2>&1 | grep "HTTP/" | awk '{print $2}' | (cat ; echo $j ;) | paste -s -d " " >> A-$i ; echo -e "$i - $j" ; done ; done
- name: git stuff
run: |
Expand Down
Loading

0 comments on commit d3cf94d

Please sign in to comment.