cenkalti / putio.py

A python wrapper for put.io APIv2
http://put.io
MIT License
72 stars 41 forks source link

Added download throttling #46

Closed jamiebegin closed 4 years ago

jamiebegin commented 5 years ago

Added the ability to specify a maximum download rate (KB/s) using a token bucket algorithm. I needed this to download files from put.io without saturating my Internet connection.