Simplify retrieving or downloading data from any url.
Project description
url_downloader
Simplify retrieving or downloading data from any url. File downloads can be interrupted and continued later.
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.5.tar.gz
(4.0 kB
view hashes)
Built Distribution
Close
Hashes for url_downloader-1.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31fb1a18902b74bc8f9820bfa924e840d8e20e5e6276ac11155037d26340a218 |
|
MD5 | d52d6ea4a1848df602cde6c6c4847fb0 |
|
BLAKE2b-256 | 92e36df440525ade56614176264812057199141dfadd532a0d0ba75c4d22faca |