聽 128kbps 的台北愛樂


#!/bin/sh

url=`/usr/local/bin/wget -q -O - \
'http://hichannel.hinet.net/player/radio/index.jsp?radio_id=228' \
 | grep setMovieFile | awk 'BEGIN {FS = "\""} \
 {print "http://hichannel.hinet.net/player/radio/"$2}'`

mmsurl=`/usr/local/bin/wget -q -O - "$url" | grep Radio_ | \
head -1 | awk 'BEGIN {FS = "\""} {print $2}'`

echo ${mmsurl}

jnlin 以前寫的改,如果你用 foobar2000 的話也可以搭配 Acropolis 寫的 foo_input_mslive 這個 plug-in 來聆聽。


One response to “聽 128kbps 的台北愛樂”

Leave a Reply

Your email address will not be published. Required fields are marked *