An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# PyDload [![Downloads](https://pepy.tech/badge/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.