A fast downloader with Python
Project description
PyFDown: Fast Downloading in Python.
PyFDown is a python library. This library can downloading file fast.
Install
python -m pip install PyFDown
Why use PyFDown
- The fast speed pure python.
- Easy to use.
- No any limit to download. The choice is on the user.
Compare
| Name | Language | License |
|---|---|---|
| Aria2 | C/C++ | GPLv2 |
| PyFDown | Python | LGPLv3 |
Usage
from PyFDown import downloader
URL = "Link to your file"
HEADERS = {
"User-Agent": "Mozilla/5.0",
}
download(URL, "test", user_headers=HEADERS)
Info
Default Max parts: 128 Default one part: 1MB
Test speed
One episode of MythBusters: 1m30s
The ISO Image for Windows7: 21m19s
Max parts: 128 | One part: 1MB
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
PyFDown-0.1.2.tar.gz
(5.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 PyFDown-0.1.2.tar.gz.
File metadata
- Download URL: PyFDown-0.1.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31aae0267ba266db0112954cc8be80183617a13729b757191c28d28dc46e8563
|
|
| MD5 |
e63735aff7159fd007ecad4a42f2974f
|
|
| BLAKE2b-256 |
a4ec36badc0e6db2d3d933ad94653d406fdfdab42cf28da1462899ff83f4643b
|
File details
Details for the file PyFDown-0.1.2-py3-none-any.whl.
File metadata
- Download URL: PyFDown-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0db4cc2e2541469a848187b418b4c4fee8483155b16acb3c1ecf996d95e5ffc3
|
|
| MD5 |
e0151ac52a268d98509c56153b52f5d2
|
|
| BLAKE2b-256 |
71f54e8ba524ba96e9f818e405a752a3a0d099cc1256f41130f8c96d2d18517a
|