ilyakharlamov / bookmate_downloader

Download books as epub from bookmate.com
MIT License
73 stars 22 forks source link

Epub formatting issue - "Opening and ending tag mismatch" #11

Open muradium opened 2 years ago

muradium commented 2 years ago

Output epub files have a formatting issue, which most reader apps complain about or simply don't open the file. Only Calibre's e-book reader was able to open it. By checking the file, I came up with these issues:

Apparently, some html tags, particularly "link" tags don't have corresponding closing tags. The only way of fixing the file is using ebook converter tools and converting the file again to epub file, which proves that the book itself isn't damaged, only minor formatting issues prevent it from being a valid epub file.

haarismian commented 7 months ago

I had this bug, I used calibre to convert when ibooks was showing this error. Your workaround worked! thanks!!!