Quote:
Originally Posted by shalym
Ok--I just downloaded an updated version of Revival by Stephen King. I have the original already downloaded as well. If you can tell me how to look at the header of both books, I will do that.
|
You can extract the header information with DumpMobiHeader_v019.py, which is included in
KindleUnpack. Simply unzip the archive, copy DumpMobiHeader_v019.py to the folder that contains both books, open a command prompt window and enter the following commands (replace
User with your Windows user name):
Code:
cd "C:\Users\User\Downloads"
python DumpMobiHeader_v019.py book_1.azw3 > book_1.log
The above commands assume that you've Python installed and copied both books and the python file to your downloads folder. You can, of course, use any folder.
If all went well you should end up with a book_1.log file with the header information for the first book.