cenkalti / putio.py

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

Use non-deprecated API for download() #54

Closed flamechair closed 4 years ago

flamechair commented 4 years ago

Don't use deprecated /files/{id}/download API method, use /files/{id}/url method instead