一个简洁易用的多线程文件下载工具。
Project description
简介
DownloadKit 是一个基于 python 的简洁易用的多线程文件下载工具。 使用简单,功能强大。
使用文档:点击查看
特性
- 多线程,可同时下载多个文件
- 大文件自动分块用多线程下载
- 自动任务调度,简易的任务添加方式
- 可使用已有
Session对象,便于保持登录状态 - 与 DrissionPage 良好兼容
- 自动创建目标路径
- 自动去除路径中的非法字符
- 自动处理文件名冲突
- 可对现有文件追加内容
- 连接失败自动重试
简单示例
from DownloadKit import DownloadKit
# 创建下载器对象
d = DownloadKit(r'.\files')
# 添加多个任务
url1 = 'https://gitee.com/static/images/logo.svg?t=158106664'
url2 = 'https://www.baidu.com/img/PCfb_5bf082d29588c07f842ccde3f97243ea.png'
d.download(url1)
d.download(url2)
☕ 请我喝咖啡
如果本项目对您有所帮助,不妨请作者我喝杯咖啡 :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DrissionDownloader-2.0.0.tar.gz
(17.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file DrissionDownloader-2.0.0.tar.gz.
File metadata
- Download URL: DrissionDownloader-2.0.0.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dfa88a82cb9f0d0accb321d612052a6097afd2485923638d745d546d826b31d
|
|
| MD5 |
0357601ba44a2a7c0f8ed82f5d349aac
|
|
| BLAKE2b-256 |
1e6218fd8e7be814b03961f84f8bb237562cd3cdfeb347498fd941be116e2e1b
|
File details
Details for the file DrissionDownloader-2.0.0-py3-none-any.whl.
File metadata
- Download URL: DrissionDownloader-2.0.0-py3-none-any.whl
- Upload date:
- Size: 21.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e252a51dd6246309d9f1ad71a7798cf6ec6b83d13e315a5e7b371d61b3e42a2e
|
|
| MD5 |
44f044eaf61728c6c67fc66fd3eb1156
|
|
| BLAKE2b-256 |
ac61a4ead4211f338a41839bdab62233cc930ddfb937b56c6947073693e0698e
|