mkb79 / audible-cli

A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files.
GNU Affero General Public License v3.0
455 stars 46 forks source link

Add a resume feature for aaxc file #164

Closed mkb79 closed 8 months ago

mkb79 commented 10 months ago

Resumable downloads currently only possible for aaxc files. The server for aax does allow the Range header too, but every download result in a different file (I'll compare them with the diff command) with the same size.

mkb79 commented 10 months ago

TODO