EPUB metadata: Don't read timestamp value from epubs as I am sick of closing bugs about adding books and having the Date not be today. Does not affect reading of metadata from OPF, so it should still be possible to restore date when adding from a previously saved to disk folder (as long as the OPF was saved)

This commit is contained in:
Kovid Goyal 2010-09-18 21:00:28 -06:00
parent 1a5b92d6d9
commit 3b9e43e79e

View File

@ -176,6 +176,7 @@ def get_metadata(stream, extract_cover=True):
except:
import traceback
traceback.print_exc()
mi.timestamp = None
return mi
def get_quick_metadata(stream):