Do not show last modified in CS book details

This commit is contained in:
Kovid Goyal 2016-02-17 14:49:47 +05:30
parent 58be0c575b
commit e25f313d7c

View File

@ -35,7 +35,7 @@ def get_preferred_format(metadata, output_format, input_formats):
break break
return fmt.toUpperCase() return fmt.toUpperCase()
IGNORED_FIELDS = {'title', 'id', 'urls_from_identifiers', 'lang_names'} IGNORED_FIELDS = {'title', 'id', 'urls_from_identifiers', 'lang_names', 'last_modified'}
def allowed_fields(field): def allowed_fields(field):
if str.endswith(field, '_index'): if str.endswith(field, '_index'):