forked from LiveCarta/BookConverter
Add processor (no stem in file)
This commit is contained in:
@@ -440,7 +440,7 @@ class EpubConverter:
|
|||||||
path_to_html=nav_point.href,
|
path_to_html=nav_point.href,
|
||||||
access=self.access,
|
access=self.access,
|
||||||
path2aws_path=self.old_image_path2aws_path,
|
path2aws_path=self.old_image_path2aws_path,
|
||||||
book_id=self.file.stem)
|
book_id=self.file.stem or 'book_id')
|
||||||
|
|
||||||
is_chapter = lvl <= LiveCartaConfig.SUPPORTED_LEVELS
|
is_chapter = lvl <= LiveCartaConfig.SUPPORTED_LEVELS
|
||||||
title_preprocessed = prepare_title(title)
|
title_preprocessed = prepare_title(title)
|
||||||
|
|||||||
Reference in New Issue
Block a user