Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

PyFDown-0.1.2-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page