import description from opf

This commit is contained in:
j 2015-10-30 11:31:52 +01:00
parent a57606a511
commit 62e50c29c6

View file

@ -43,7 +43,7 @@ def metadata(f, from_=None):
opf_info = opf.info(metadata_opf) opf_info = opf.info(metadata_opf)
for key in ( for key in (
'title', 'author', 'date', 'publisher', 'title', 'author', 'date', 'publisher', 'description',
'language', 'textsize', 'pages', 'language', 'textsize', 'pages',
'isbn', 'asin' 'isbn', 'asin'
): ):