Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 435 Bytes

安装

pip install funget

使用

命令行

funget http://dail-wlcb.oss-cn-wulanchabu.aliyuncs.com/dj-competition/eval_data/challenge-data.tar.gz

python

from funget import multi_thread_download
multi_thread_download(url="http://dail-wlcb.oss-cn-wulanchabu.aliyuncs.com/dj-competition/eval_data/challenge-data.tar.gz")

wget