for linux
Thanks for the script.
The instructions in the readme file are incorrect for Linux.
For Linux...
1. Ad this line at the start of python script
#!/usr/bin/python
2. open terminal and cd to /kidledrm.py/location then make kindledrm.py executable.
chmod +x kindledrm.py
3.run this from termial on mobi files. the results will be written to results.txt
find /location/of/mobi/files/ -exec ./kindledrm.py {} \; > results.txt
|