kemayo / leech

Turn a story on certain websites into an ebook for convenient reading
MIT License
154 stars 24 forks source link

Template HTML for ebook chapters is fragile #57

Open kemayo opened 3 years ago

kemayo commented 3 years ago

The template html in the ebook module is just created with string formatting. This has worked well, but is potentially fragile. It's worth looking into either better escaping techniques or creating the HTML with a dedicated library.

56 fixed a specific issue with stray ampersands breaking validation in the title. It hasn't addressed potential validation issues from said ampersands in the body.