DrissionGet
一个简洁易用的多线程文件下载工具。
What it is and what it does
DrissionGet is a Python file downloader built for concurrent downloads with multithreading and automatic task scheduling. It splits large files into chunks for parallel download, reuses HTTP sessions to maintain login state, and handles common download edge cases like path creation, filename conflicts, and connection retries. The package is designed to integrate with DrissionPage and accepts pre-configured session objects for authenticated downloads.
The tool targets developers who need reliable batch or large-file downloads without managing thread pools or retry logic manually. It depends on requests for HTTP transport and DrissionRecord for task management, and requires Python 3.6 or later.
Use it for:
- Download multiple files concurrently from a list of URLs with automatic scheduling
- Fetch large files with automatic chunking and multithreaded reassembly
- Maintain authenticated download sessions by reusing a logged-in session object
- Batch-download resources while automatically handling filename collisions and path creation
- Append content to existing files during interrupted or resumed downloads
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
DrissionGet is a multithreaded file downloader that handles single and batch downloads with automatic chunking, task scheduling, and session reuse for maintaining login state.
Yes, if you need straightforward concurrent downloads with minimal setup. The permissive BSD license, low install friction, and active maintenance make it a reasonable choice for batch or large-file scenarios. Verify that DrissionRecord meets your stability expectations and that session reuse covers your authentication needs before committing to production use.
Install
drissionget on PyPI
pip
pip install drissiongetuv
uv add drissiongetpoetry
poetry add drissiongetInstalling DrissionGet
Before you install
Low friction install with only two runtime dependencies (requests and DrissionRecord). Marked as active maintenance with a release within the last 71 days, supporting Python 3.6 and current versions.
License in practice
BSD license is permissive, allowing commercial and private use with minimal restrictions—suitable for most projects that include or modify the source.
Quickstart
from DrissionGet import DrissionGet
d = DrissionGet(r'.\files')
d.download('https://example.com/file.zip')
Verify before relying
- Whether DrissionRecord is a first-party or third-party dependency and its stability
- Actual performance characteristics for large files or high concurrency scenarios
- Whether session reuse works with all HTTP authentication schemes
Package facts
| License | BSD (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — requests, DrissionRecord |
| Maintenance | actively maintained — 71 days since the last release |
| First released | |
| Downloads | 430,299/month — #6,729 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: drissionget-1.2.1-py3-none-any.whl
Keywords: DrissionGet
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
DownloadKitDownloadKit is a multithreaded file downloader…
permissive · top 15,000 on PyPI
DrissionPageDrissionPage is a Python web automation tool…
unclear · top 15,000 on PyPI
parfiveParfive downloads multiple files in parallel…
unclear · top 15,000 on PyPI
DrissionRecordBuffers and writes data to files (xlsx, csv,…
permissive · top 15,000 on PyPI
gallery-dlA command-line tool that downloads image…
copyleft · top 15,000 on PyPI
gdownDownloads files and folders from Google Drive,…
permissive · top 5,000 on PyPI
icrawlericrawler is a lightweight, modular web crawler…
permissive · top 15,000 on PyPI
py3createtorrentCommand-line utility to create torrent files…
copyleft · top 15,000 on PyPI
googledrivedownloaderDownloads shared files from Google Drive by…
unclear · top 15,000 on PyPI
youtube_dlCommand-line tool to download videos from…
permissive · top 15,000 on PyPI