From c37abe2f3f60bfc36c5509f267d13af5f82c0f83 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 11 Mar 2024 18:05:56 +0800 Subject: [PATCH] Update --- epub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epub.py b/epub.py index 9c987ab..2b292ea 100644 --- a/epub.py +++ b/epub.py @@ -397,7 +397,7 @@ class EpubFile: chapter_id = chapter['chapter_id'] ch = epub.EpubHtml( title=f"{chapter_title} (未下载)", - file_name=f'ch{chapter_id}.xhtml', + file_name=f'{chapter_id}.xhtml', lang='zh-CN', uid=f'ch{chapter_id}', )