Quote:
Originally Posted by tkeo
1.
All Style directories are empty and regarding css in content.opf are absent, when unpacking with python 3.
|
Hi,
Point 2 is expected behaviour as the file name was causing issues in opf with spaces and illegal characters. So I changed mobi7 to act similar to how mobi8 acts.
Point 1 is totally my fault. I changed the 'inline' and 'file' strings to be binary everplace but missed 1 place! In processMobi8 in kindleunpack.py, I should have changed things to test for b'file' instead of 'file'.
I will make than change, clean-up a number of non-parallelisms, and minor nits then we should be good to go.
Thanks again for all of your help and testing!!!!!
- edit -
I have put together what I hope is the first stable version: nlib_rev1.zip of what will eventually become the heart of KindleUnpack_v0.80.
If there are users of KindleUnpack that know how to use the command-line, please try unpacking your mobis and report any bugs with this version here.
I will move on to porting the gui frontend next. Much of the tk stuff has changed module names, so this should be fun!
Take care,
KevinH