Skip to main content

Download url

Project description

url_downloader

Simplify retrieving or downloading data from any url.

Installation

python3 -m pip install url-downloader

Usage Examples

Downloading files:

from url_downloader import save_file
save_file(url='https://example.url/image.jpg', file_path='C:\\path', file_name='name.jpg')

Retrieving text data:

from url_downloader import get_resource
data = get_resource(url='https://example.url/')

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

url_downloader-1.0.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

url_downloader-1.0.0-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