也可以安裝youtube-dl下載,然後用mplayer播放

http://www.arrakis.es/~rggi3/youtube-dl/

或者用點簡單的scripts:

#!/bin/bash

url=$1
#echo $url
export vars=$(wget --quiet -O - $url | grep -F watch_fullscreen | cut -d \? -f 2 | cut -d \" -f1)
echo $vars
wget http://youtube.com/player2.swf?$vars

所有跟帖: 

how to change the file extension type in window xp -kaiy- 給 kaiy 發送悄悄話 (151 bytes) () 11/10/2007 postreply 05:09:44

請您先登陸,再發跟帖!