kshe_klassics_audio_stream
KSHE Klassics Audio Stream
This script digs the URL for the audio stream out of the KSH Klassics web page.
- kshek
#!/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}"
kshe_klassics_audio_stream.txt · Last modified: by steve
