
Linux系统多线程下载工具fancyDownload
Linux多线程下载工具,python多线程下载(支持youtube, onedrive), “IDM” for linux
项目地址
https://github.com/cppla/fancyDownload
安装pip
yum -y install python-pip
更新pip
pip install --upgrade pip
使用
1
wget https://github.com/cppla/fancyDownload/archive/master.zip
跳过https 使用 wget --no-check-certificate
unzip master.zip && cd fancyDownload-master
pip install -r requirements.txt
python fancyDownload.py $fileUrl $filePath
$fileurl: 文件链接地址
$filePath: 文件存储路径
youtube示例
1
python fancyDownload.py youtube/link /home/test/test.mp4(mp3,webm)
后面的保存格式一定要对源站