Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kelseykm/ketter

Asynchronous HTTP downloader for downloading many files concurrently
https://github.com/kelseykm/ketter

asynchronous-downloader downloader http-downloader

Last synced: 3 days ago
JSON representation

Asynchronous HTTP downloader for downloading many files concurrently

Awesome Lists containing this project

README

        

# ketter

![ketter](https://raw.githubusercontent.com/kelseykm/banners/main/ketter/banner.png)

Ketter is an asynchronous http downloader written in [Python](https://python.org)

## Features

- Download many files concurrently
- Set maximum number of concurrent downloads
- Set custom HTTP headers and cookies to be used in download requests
- Resume incomplete downloads at later sessions automatically
- Beautiful progress bars that provide feedback on the ongoing download

## Installation

`pip3 install ketter`

### Update

`pip3 install --upgrade ketter`