/ketter

Asynchronous HTTP downloader for downloading many files concurrently

Primary LanguagePythonISC LicenseISC

ketter

ketter

Ketter is an asynchronous http downloader written in Python

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