diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-05-10 16:20:55 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-05-10 16:20:55 -0400 |
commit | b94b0800921bfadfe9349149b4952d7a74df91a8 (patch) | |
tree | 5e2322b7b0fbf495dd31c5ce73b12fae3e468566 /bin | |
parent | Add some git aliases for logs (diff) |
update Internet.m3u.sh for ruhit
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/Internet.m3u.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Internet.m3u.sh b/bin/Internet.m3u.sh index 4c181d1..5edf5e5 100755 --- a/bin/Internet.m3u.sh +++ b/bin/Internet.m3u.sh @@ -3,7 +3,7 @@ # Updates the internet radio playlist for MPD # Best run from a cronjob -RUHIT=$(curl -s http://ruhit.fm/player.htm | grep ruhit_56 \ +RUHIT=$(curl -s http://ruhit.fm/player.htm | grep ruhit_64 \ | sed -e 's/.*="//g;s/".*//g') cat <<EOF > /var/lib/mpd/playlists/Internet.m3u |