Skip to main content

Python package to download files

Project description

requests_downloader

https://img.shields.io/pypi/v/requests_downloader.svg https://img.shields.io/travis/hrishikeshrt/requests_downloader.svg Documentation Status Updates

Python package to download files

Features

  • Hassle-free download using requests

  • Download from Drive, Dropbox, Archive or direct URLs

  • No need to specify a name for the file to be downloaded

  • Command Line Interface to download

  • External requests.Session object can be passed

Usage

Get multiple download options (e.g. for archive.org links):

from requests_downloader import downloader
download_urls, default_idx = downloader.handle_url('<url>')

Download a file:

from requests_downloader import downloader
downloader.download('<download_url>')

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.7 (2021-06-07)

  • Minor bugfixes and spelling corrections.

0.1.5 (2020-11-03)

  • Support for Google Docs (Document, Spreadsheets, Presentations).

0.1.4 (2020-09-07)

  • Bugfixes.

  • First Alpha release.

0.1.0 (2020-09-05)

  • 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

requests_downloader-0.1.9.tar.gz (15.6 kB view hashes)

Uploaded Source

Built Distribution

requests_downloader-0.1.9-py2.py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 2 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