UniversalFastDownloader is a blazingly fast, multi-threaded file downloader written in Python. This tool is designed to maximize download speeds by leveraging multiple threads and can seamlessly inherit authentication details (like cookies and User-Agent) from a curl command, making it perfect for downloading files from sites that require login sessions.
UniversalFastDownloader 是一个使用 Python 编写的超高速多线程文件下载器。该工具通过利用多线程来最大化下载速度,并能无缝地从 curl 命令中继承认证信息(如 cookies 和 User-Agent),非常适合下载需要登录会话的网站上的文件。
- Python 3.6 或更高版本
pip(Python 包安装器)
-
Clone this repository (克隆此仓库):
git clone https://github.com/ryanzhaorx/UniversalFastDownloader.git cd UniversalFastDownloader -
Install the required dependencies (安装所需依赖):
pip install -r requirements.txt
Run the script and follow the interactive prompts (运行脚本并按照交互式提示操作):
python UniversalFastDownloader.py