Manual

- Download the ripper and build it using:

Version 0.2 and earlier:
./configure
make
make install

Version 0.3a:

qmake
make
make install

since Version 0.3b:

python setup.py install

- Download an openbook from Galileo and uncompress it
- Run obripper as the following:
obripper [path-containing-the-htmls] --regex [regex-describing-the-files-to-include]

- Get more help, reading the help page:
obripper --help