除了youtube,還支持其他網站的視頻下載,支持通過代理服務器下載
下載地址
https://rg3.github.io/youtube-dl/download.html
使用方法,將youtube-dl.exe文件保存某個文件下
用記事本notepad 將以下命令另存為update.cmd,用於軟件的更新
@echo off
youtube-dl.exe -U
pause
將以下命令另存為download_direct.cmd,用於不通過代理服務器直接下載視頻文件
@echo off
set choice=
set /p choice= Please input the url:
If Not "%Choice%"=="" Set url=%Choice%
youtube-dl.exe %url%
將這兩個文件與youtube-dl.exe文件放在同一個文件夾下,先複製要下載視頻的網頁地址,運行
download_direct.cmd命令,按提示黏貼地址,就開始下載