Skip to main content

Package for downloading urls

Project description

Downloader

PyPI version Python version Operating system Coverage

Download urls in a script as if you would download them from your browser

Features:

  • Only downloads when the destination does not exist yet or when the server indicates that there is a newer version
  • Automatically retry after error
  • Continue from partial download after error
  • Show progressbar during download
  • Download multiple urls in parallel
  • Specify custom callback on progress update

Optional options:

  • Destination location
  • Number of retries
  • Headers, session or cookies for download request
  • Whether to overwrite the download if the newly downloaded file has the same size

Usage

Cli

download url

Python scripts

import downloader
  • Download single url:
downloader.download(url)
  • Download multiple urls:
downloader.download_urls(url)

Installation

pip install fire-downloader

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

fire-downloader-1.0.2.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

fire_downloader-1.0.2-py3-none-any.whl (7.4 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