2007年5月31日 星期四

Hinet Radio 的網頁又改版了~

所以線上收聽的 URL 又要改了... :P
#!/bin/sh

wmp_get()
{
wget -q --user-agent 'Windows Media Player' --referer=http://hichannel.hinet.net -O - $*
}

URL=$(wmp_get $(wmp_get http://hichannel.hinet.net/api/streamradio.jsp?id=177 | grep mms | cut -d '"' -f 2) | grep 203 | cut -d '"' -f 2)

mplayer $URL

沒有留言: