youtube-dl
2010年10月7日 星期四 by Anati
如果要下載youtube的影片的話,可以使用這個由python所寫成的簡單下載程式,而且還支援續傳,雖然是文字介面,但用起來還算方法
step 1)
# cd /usr/ports/www/youtube_dl
# make install clean
step 2)
$ youtube-dl -b -o Linux_WM_show.flv "http://www.youtube.com/watch?v=0ABzP9X0zwI"
參數
-b best rate
-o output file name
"URL"
step 1)
# cd /usr/ports/www/youtube_dl
# make install clean
step 2)
$ youtube-dl -b -o Linux_WM_show.flv "http://www.youtube.com/watch?v=0ABzP9X0zwI"
參數
-b best rate
-o output file name
"URL"