nicohman / rust-wildbow-scraper

Automatically scrapes wildbow's web serials and compiles them into ebooks
GNU General Public License v3.0
95 stars 20 forks source link

Fix Pale epub creation #24

Closed EthanSteinberg closed 3 years ago

EthanSteinberg commented 3 years ago

The epub creation for Pale is a bit broken in that the resulting files don't have the character headers that tell you which character is the narrator for each chapter.. This is quite important for Pale because Pale is constantly switching back and forth between its three main protagonists and you need those headers to keep track.

nicohman commented 3 years ago

Thanks for the pull request!