Skip to content

Commit

Permalink
This should sort it much better. For now
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmet committed Jul 27, 2024
1 parent f4ed69e commit cf6f1b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wraprt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#! /bin/sh
curl https://www.concertzender.nl | tac | tac | grep -A 1 -m 1 '<div class="cz-font-head single-item-head-text dodot">' | dos2unix| grep '</div>' | sed -e 's/^[ \t]*//' -e 's/Nu te horen//' -e 's/\x09.*//' | grep -vae '^$' > /home/henk/.radiotray/nowplaying

lynx -assume_charset=utf-8 www.concertzender.nl -dump -- | grep -B1 -m 1 'Nu te horen' | head -n 1 | sed -e 's/^[ \t]*//' > /home/henk/.radiotray/nowplaying

0 comments on commit cf6f1b8

Please sign in to comment.