hyperreal.coffee

Nix-shell

Install libgourou in nix-shell.

1nix-shell -p libgourou

Docker

1docker run \
2    -v "${PATH_TO_ADOBE_CREDS}:/home/libgourou/.adept" \
3    -v "$(pwd):/home/libgourou/files" \
4    --rm \
5    bcliang/docker-libgourou \
6    <name_of_adept_metafile.acsm>

Extract PDF or EPUB from ACSM file

Register the device with Adobe username and password.

1adept_activate -u user -p password

Download the ACSM file. Make sure the ACSM file is in the current working directory.

1acsmdownloader -f Dragon_Age_The_Missing_1.acsm

The downloaded file requires a password to open. Remove the DRM from the files.

1find . type -f -name "Dragon_Age_The_Missing*.pdf" -exec adept_remove {} \;

Reply to this post by email ↪