Quote:
Originally Posted by kovidgoyal
Disable it and you will be fine
|
Yes, got that far. Actually, by commenting out
#print i + ": not PID for book"
by adding the line
return path_to_ebook
instead, and it processes the unencrypted books fine! Even gets the metadata right.
If I could trouble you for one more bit if information...
Is converting unencrypted azw to mobi just changing the file extension?
If so, any chance you'd send me a code snippet to change
path_to_ebook (remove azw, add mobi)?
My python scripting is non-existent...