https://github.com/notai-tech/pydload
Simple file downloading utilty with configurable timeouts.
https://github.com/notai-tech/pydload
download-file downloader python
Last synced: 2 months ago
JSON representation
Simple file downloading utilty with configurable timeouts.
- Host: GitHub
- URL: https://github.com/notai-tech/pydload
- Owner: notAI-tech
- License: gpl-3.0
- Created: 2019-06-14T17:44:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T08:40:59.000Z (almost 5 years ago)
- Last Synced: 2025-07-04T15:37:27.208Z (3 months ago)
- Topics: download-file, downloader, python
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyDload [](https://pepy.tech/project/pydload)
# Installation
```
pip install pydload
```Documentation at http://bpraneeth.com/docs/pydload/
# Usage
```python
# As a python module
import pydload
pydload.dload('url')
``````bash
# As a cli tool
pydload url_to_download
```# Optional Params
max_time - default:30sec. If download takes more than max_time stop download.
timeout - default:10sec. Requests timeout. Max time allowed for establishing connection.