101
Audiobook sites!
(programming.dev)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Note that you have to pay for an OpenAudible license to be able to use it with more than a few tracks.
If you can get your activation bytes from one of your DRM-protected files using https://audible-converter.ml, you can then just use
ffmpeg
(e.g.ffmpeg -activation_bytes XXXXXXXX -i audiobook.aax -c copy audiobook.m4b
) or https://github.com/audiamus/AaxAudioConverter to remove the DRM.Unfortunately this doesn't work for the Japanese store (and a few others) that seem to use a different DRM scheme with a separate key for each file, so you have to use OpenAudible for these.