A Fast File Downloader For Python
Project description
fastload
FastLoad downloads files faster using the same technology as IDM aiming to utilize the maximum available bandwidth for faster downloading.
Installation
Use the package manager pip to install fastload.
pip install fastload
Usage
from fastload import FastLoad
def main():
# e.g: https://www.cdn.xyz.mp4
url = '<absolute_url_of_the file>'
# Initialize the downloader
fastload = FastLoad(url=url)
# Start downloading
fastload.download()
if __name__=='__main__':
main()
History
0.0.3
- Bug Fix.
0.0.2
- Added a README.md file.
- Minor changes.
0.0.1
- First release on PyPI.
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
fastload-0.0.3.tar.gz
(3.6 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 fastload-0.0.3.tar.gz.
File metadata
- Download URL: fastload-0.0.3.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9658e82bdad6788bc1ba81a3b4084f45d04382702c50712b1419d71a42e5a0c3
|
|
| MD5 |
71b90851f9b95c6c67a62d56fb058400
|
|
| BLAKE2b-256 |
6f90bad84bfd7a357f8748e30fd4f7633428f7b35d304a36de00732d621be016
|
File details
Details for the file fastload-0.0.3-py3-none-any.whl.
File metadata
- Download URL: fastload-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15d9ce873f1daf7884183cb47dd24e02398cc6c925f504fe135a86522996ff49
|
|
| MD5 |
fc460011f096de22f08ed636683b06ff
|
|
| BLAKE2b-256 |
e4bc11965bd1a73ae0e5b2fd702d5913f0e976512ee87f9e0bfdc6b48ceef2e0
|