TechZDL is a powerful file downloader package for Python that supports multi-threaded downloads, dynamic worker adjustments based on network speed, custom headers, and more.
- Multi-threaded downloads: Efficiently download files using multiple threads.
- Dynamic worker adjustments: Automatically adjusts the number of workers based on network speed.
- Custom headers: Add custom headers to your download requests.
- Error handling: Robust error handling and retry mechanisms.
- Asynchronous support: Fully asynchronous for non-blocking operations.
You can install TechZDL using pip:
pip install techzdl
To update TechZDL to the latest version, use:
pip install --upgrade techzdl
Note: If it doesn't update to the latest version, use:
pip install --upgrade --force-reinstall techzdl
Here's a basic example of how to use the TechZDL package:
import asyncio
from techzdl import TechZDL
async def main():
downloader = TechZDL(url="https://link.testfile.org/bNYZFw")
await downloader.start()
asyncio.run(main())
TechZDL.Demo.Usage.mp4
Check the demos folder for more examples and detailed demonstrations of file downloading using the TechZDL package. The demos include more information about the various features of TechZDL and how to use them effectively.
Check DOCS.md for detailed documentation of the TechZDL package.
This project is licensed under the MIT License - see the LICENSE file for details.
For inquiries or support, join our Telegram Support Group or email [email protected].
Thanks to all contributors and users for their support and feedback.
- Join our Telegram Channel