/tokybook-dl

A simple tool to download audio books from Tokybook.com

Primary LanguageTypeScript

tokybook-dl

A simple tool to download audio books from Tokybook.com.

Usage

# After cloning the repo and cd'ing to the directory:
npm install && npm run build

# The CLI will be available at ./dist/index.js.
# Use npm start -- [dir, url] to download audiobook tracks.
npm start -- 'https://tokybook.com/tales-from-earthsea' ./my-audobooks-dir

# Use the --help command to see other CLI instructions.
npm start -- --help