-
Notifications
You must be signed in to change notification settings - Fork 194
Description
Hello! :D
There's not quite an issue with this site per se, but some pages on this source have a different format whereby the body content is wrapped in a different element which the current parser doesn't account for and I was wondering if the parser could be updated to also address the second format please? Also, I think the heading is still <h1>
so that's no issue there.
Example TOC: https://chaleuria.com/novels/complete-guide-use-care-personal-assistant/
Current Format Webtoepub Works For (Including the Table of Contents): https://chaleuria.com/novels/complete-guide-use-care-personal-assistant/chapter-030/
CSS Selector for Body Content:
.entry-content
Different Format Webtoepub Cannot Parse: https://chaleuria.com/cgpa-c031/
CSS Selector for Body Content:
div[class^='elementor-widget-container']
And, I've tried using the Default Parser for the chapters with the divergent format, but to no avail, so came here hoping to receive a fix to this issue~ Thank you very much for your help again! xx