Files
epuppy/pkg/epub
T.v.Dein cb671b7401 Fix crash and add support for content in <div> (#9)
* fix #8: better regex to remove html entities
* add opf and ncx debug
* make epub content retrieval more flexible
* fix epub content retrieval: also support html files with <div>
2025-10-19 22:30:13 +02:00
..
2025-10-19 20:39:04 +02:00
2025-10-17 14:22:03 +02:00
2025-10-16 18:57:05 +02:00
2025-10-16 18:57:05 +02:00
2025-10-17 14:22:03 +02:00
2025-10-17 14:10:45 +02:00
2025-10-17 14:10:45 +02:00

epub module

This is a modified version of the epub module. I fixed a couple of issues and I added code to retrieve the actual epub content, which the original module doesn't implement. Since the last update on that module was 9 years ago (as I write this), it doesn't make sense to send a PR. And it also makes no sense to me to publish it separately.

ORIGINAL README

epub

A pure go implementation of epub file format.

Documents