Switch to unified view

a b/src/radio_scripts/radio-paradise-get-art.sh
1
#!/bin/sh
2
3
curl -s http://radioparadise.com/xml/now.xml | grep '<coverart>' | sed -e 's/<coverart>//' -e 's!</coverart>!!'
4