-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem parsing angle brackets #200
Comments
Looking at your Wuxiaworld-2-eBook repo (which I'm assuming novel-ebook is based on), the issue appears to be with either the source for the text or the initial ingest. If properly escaped brackets (e.g. |
The issue is already present in the text when it's fetched from data.novel-ebook.com so the issue should definitely be with however you're populating that. I'll stop poking around and leave it to you, thanks! |
Thanks for the in-depth bug report! Just in case your're interested, the project's backend has been completely rewritten in javascript and rust since Python really ate on my cpu resources. I took a quick glance at the code and the data source, it seems that the data source does not properly escape angle brackets. I take a closer look on possible fixes for this issue once I'm back from vacation. |
It's not only angle brackets. Lots of escape codes are not parsed correctly as characters, making the text hard to read. |
Describe the bug
Text appearing in angle brackets is removed from novels. This issue effects multiple novels. For example Reincarnator Chapter 57:
Text should read - "That was needed to create the <hardening fluid> which 127 Alchemists..."
Text in downloaded epub appears as - "That was needed to create the which 127 Alchemists..."
The same issue appears multiple times in that chapter alone, but it also occurs frequently in other novels.
The text was updated successfully, but these errors were encountered: