Skip to content

Instantly share code, notes, and snippets.

@pk49800
pk49800 / README.md
Created January 22, 2023 05:26 — forked from adithyabsk/README.md
Convert iBook EPUBs to standard EPUBs

How to Convert iBook EPUBs to standard EPUBs

iBooks EPUBs actually show up on macOS as folders. If you need the actual file you can use the above script to convert your iBook directory of files to a destination directory.

The path of iBook files as of macOS 10.15.7 is: /Users/${USER}/Library/Mobile Documents/iCloud~com~apple~iBooks/Documents

Usage

/* global api, hash */
class enen_Oxford {
constructor(options) {
this.token = '';
this.gtk = '';
this.options = options;
this.maxexample = 2;
this.word = '';
}