Update
This commit is contained in:
2
epub.py
2
epub.py
@@ -349,7 +349,7 @@ class EpubFile:
|
|||||||
chapter_id = chapter['chapter_id']
|
chapter_id = chapter['chapter_id']
|
||||||
ch = epub.EpubHtml(
|
ch = epub.EpubHtml(
|
||||||
title=chapter_title,
|
title=chapter_title,
|
||||||
file_name=f'ch{chapter_id}.xhtml',
|
file_name=f'{chapter_id}.xhtml',
|
||||||
lang='zh-CN',
|
lang='zh-CN',
|
||||||
uid=f'ch{chapter_id}',
|
uid=f'ch{chapter_id}',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user