Isaac Lyons
Isaac Lyons
The interactiveAAXtoMP3 script uses the ```-i``` option, which is not supported on the default version of bash that ships with macOS (GNU bash, version 3.2.57(1)-release). Updating with homebrew (brew install...
I'm pretty sure this will work, but haven't been able to test it thoroughly.
I just recently completed [this project](https://github.com/snowskeleton/snowcrypt) to decrypt aax and aaxc files in (mostly) pure python, without ffmpeg. In terms of speed, it can decrypt a 400MB book in less...
I recently had an account error where a book was in my library but not downloadable (for unrelated reasons). `audible-cli` didn't seem to handle this well. With the `--all` flag,...
The only changes in this commit are to method and function signatures. I was frustrated that I couldn't trace things properly, so I added hints for EVERYTHING (mostly). I tried...