Skip to main content

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


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

Uploaded Source

Built Distribution

fastload-0.0.3-py3-none-any.whl (4.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