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.
Release files for fastload 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fastload-0.0.3.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fastload-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.7 kB
Release files / fastload-0.0.3.tar.gz
| Download URL | fastload-0.0.3.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9658e82bdad6788bc1ba81a3b4084f45d04382702c50712b1419d71a42e5a0c3
|
|
BLAKE2b-256 checksum How to use checksums |
6f90bad84bfd7a357f8748e30fd4f7633428f7b35d304a36de00732d621be016
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / fastload-0.0.3-py3-none-any.whl
| Download URL | fastload-0.0.3-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
15d9ce873f1daf7884183cb47dd24e02398cc6c925f504fe135a86522996ff49
|
|
BLAKE2b-256 checksum How to use checksums |
e4bc11965bd1a73ae0e5b2fd702d5913f0e976512ee87f9e0bfdc6b48ceef2e0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|