Simplify retrieving or downloading data from any 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.3.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for url_downloader-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4150a39f64985e83d0902885be8f47d6e61bf1636656abbe7d17aec593af1f6a |
|
MD5 | 542d135474f1f8e8da0fd69242181576 |
|
BLAKE2b-256 | 77f3ced0a2b23d516ccc481012c961a8f5d273a3816ad8c6d92e938b0cb51d61 |