Skip to content

Commit

Permalink
Deal with format change on concertzender.nl
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmet committed Jan 4, 2024
1 parent dec06bd commit 60dd208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wraprt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/sh
curl https://www.concertzender.nl | grep -A 1 '<div class="cz-font-head single-item-head-text dodot">' | dos2unix| grep '</div>' | lynx -stdin -dump -- | iconv -f utf-8 -t ascii -c | sed -e 's/^[ \t]*//' > /home/henk/.radiotray/nowplaying
curl https://www.concertzender.nl | grep -A 1 '<div class="cz-font-head single-item-head-text dodot">' | dos2unix| grep '</div>' | lynx -stdin -dump -- | iconv -f utf-8 -t ascii -c | sed -e 's/^[ \t]*//' -e 's/Nu te horen//' | tr -d '\n' > /home/henk/.radiotray/nowplaying

0 comments on commit 60dd208

Please sign in to comment.