Package for downloading urls
Project description
Downloader
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.3.tar.gz
(7.8 kB
view hashes)
Built Distribution
Close
Hashes for fire_downloader-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 781b78d4d8023534abe3ac808d5361d2796ac8c795b70dc4e5e79c2b3da8b06c |
|
MD5 | 6c27f4fbb94b565713bb40ef5e66e869 |
|
BLAKE2b-256 | a7b85e2a7177b178d23bfb45722914076216a52798b925b119c6e4020e146dfb |