ebooklib
ebooklib copied to clipboard
Python E-book library for handling books in EPUB2/EPUB3 format -
Hi, I recently hit this error: ``` lxml.etree.XMLSyntaxError: xmlParseEntityRef: no name, line 52, column 50 ``` The code: ```python3 try: logging.debug("Reading metadata from the file") epub_book = ebooklib.epub.read_epub(path) # TODO:...
[Vieux flic et vieux voyou - Frederic Urbain.zip](https://github.com/aerkalov/ebooklib/files/5962975/Vieux.flic.et.vieux.voyou.-.Frederic.Urbain.zip) lacking image prevents epub opening
Hi! Any reason behind why epub does not maintain 1:1 between html files and the book chapters. Currently, html to book chapters is n:m relationship which just complicates the parsing...
Since PyPI compatible readme is formatted in reStructuredText and PyPI cannot render markdown document correctly, you had fixed readme to be formatted in reStructuredText (about issue #137). Then the file...
I have posted my question here: [https://stackoverflow.com/questions/66061399/modify-epub-file-by-pythons-ebooklib-but-all-the-contents-inside-head-was-lo](url) I'm using the **python** ebook library **ebooklib** to modify a batch of epub files. The dummy code is as the following. book =...
Reading an epub: How to fetch all the metadatas ? (something like a dict) Or at least the list of the names we need to use get_metadata()
I can create EPUB3 files from HTML, is there a way for the output to be EPUB2?
- Read `book = epub.read_epub(file_path) # It read a Epub book,and creat a object` - Creat Chapter ```python addc = epub.EpubHtml(title='第二章', file_name='chapter_add.xhtml', lang='zh-CN') addc.content = '第二章这是测试的第二章' ``` - Add The...
Hello, I cannot read a book cause of encoding error in the HTML structure. For exemple i have : `content/Perrault - Contes de ma mère l'Oye_split_1.html` but real name is...