#!/bin/bash
LIST=`wget "http://www.ttv.com.tw/news/newsContentV.htm" -O - | \
sed 's/\/videocity\/video_play.asp?id=\([0-9]*\)/\n##\1##\n/g' | \
sed -e '/##[0-9]*##/!d' -e 's/##\([0-9]*\)##/\1/g'`
FLVURL="http://www.ttv.com.tw/group/VideoGallery/CreateXML.asp?flvid=NUM:"
for i in $LIST; do
FLV=`wget "${FLVURL}$i" -O - 2>/dev/null | \
sed "s/.*url='\([^\']*\).*/\1/"`
mplayer $FLV -zoom -y 480 -x 848 -fs
done
(其實我更希望四元兄的 Beta Radio 趕快更新,這樣才可以看更多網路新聞電視。
沒有留言:
張貼留言