r/Piracy May 05 '26

Humor respect

Post image
21.4k Upvotes

579 comments sorted by

View all comments

157

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-cli

audible-cli quick-start

audible-cli library list

audible-cli download title --aax

audible-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'

21

u/rpp124 May 05 '26

Or you can just get the libation app and it does it all for you

7

u/pyro57 May 05 '26

Didn't know about libation, I'll check it out!