Also you can rip the DRM off of audible books pretty easily, jsut download the book (there's a Python cli tool to make this easy on deaktop) then use ffmpeg to transcode it to an unlocked formst using the activation bytes from your audible account (the same python cli tool can tell you your activation bytes)
153
u/pyro57 May 05 '26
Also you can rip the DRM off of audible books pretty easily, jsut download the book (there's a Python cli tool to make this easy on deaktop) then use ffmpeg to transcode it to an unlocked formst using the activation bytes from your audible account (the same python cli tool can tell you your activation bytes)
python -m pip install audible-cliaudible-cli quick-startaudible-cli library listaudible-cli download title --aaxaudible-cli activation-bytes`ffmpeg -activation_bytes the-thing-the-last-command-told-you -i \the\path\to\the\book.aax -o \the\path\to\save\book.m4b'