==== KSHE Klassics Audio Stream ==== This script digs the URL for the audio stream out of the KSH Klassics web page. ---- #!/usr/bin/bash # Find the kshe klassic stream Stream=$(wget -q "http://live.ksheklassics.com/" -O - \ | grep -o '"audioStream".*' \ | cut -d : -f 2,3 \ | cut -d , -f1 \ | tr -d '\\' \ | tr -d '"') cvlc "${Stream}"