DRM-removal Tools
Audio Books
inAudible-NG/tables
Available via https://hub.docker.com/r/ryanfb/inaudible, https://github.com/ryanfb/docker_inaudible_rainbowcrack and https://github.com/inAudible-NG/tables
- inaudible
#!/bin/bash # You can also skip/override computing the activation bytes with rainbowcrack # by passing them in with the ACTIVATION_BYTES environment variable. if [ -n "${ACTIVATION_BYTES}" ]; then ARGS="-e ACTIVATION_BYTES=${ACTIVATION_BYTES}" fi docker run ${ARGS} --rm -v $(pwd):/data ryanfb/inaudible
Electronic Books
PDF Files
gs -dNOPAUSE -dBATCH -q -sDEVICE=pdfwrite -sPDFPassword=${PDF_PASSWORD} -sOutputFile=${OUTPUT_PDF} -f ${INPUT_PDF}
Resources and References
Filename | Filesize | Last modified |
---|---|---|
docker_inaudible_rainbowcrack-master.zip | 2.5 KiB | 2021-12-26 22:23 |
inaudible-ng--tables-master.zip | 46.9 MiB | 2021-12-26 22:23 |