WebToEpub icon indicating copy to clipboard operation
WebToEpub copied to clipboard

Help with converting a wordpress blog, I get an error when packing epub

Open ffuentesm opened this issue 11 months ago • 1 comments

I am having problems in converting this blog (https://spiritbmb.wordpress.com/home/the-most-powerful-characters-in-the-world-are-obsessed-with-me/) It has a full translated story that I am trying to read.

Here is a link for all the edited chapters URL in the correct order: https://pastebin.com/BLywaurb

I followed the HELP page regarding the CSS elements, but when I clicked to apply, I got this error page:

Error: Could not find content element for web page 'https://spiritbmb.wordpress.com/home/the-most-powerful-characters-in-the-world-are-obsessed-with-me/chapter-0-prologue/'. at chrome-extension://akiljllkbielkidmammnifcnibaigelm/js/Parser.js:519:23 at async Promise.all (index 0) at async DefaultParser.fetchWebPages (chrome-extension://akiljllkbielkidmammnifcnibaigelm/js/Parser.js:484:17)

When I inspected the page for where the tei tlstarted and where the text started, I got these:

Image Image

The thing that I noticed is that starting on ch2, the title and text div. change

Image Image

I just need help knowing what went wrong, or if someone could help me here.

ffuentesm avatar Jan 27 '25 23:01 ffuentesm

@ffuentesm

I suggest you use the following (don't include the quotes):

  • "(required) CSS selector for element holding content to put into EPUB:" => "div.entry-content"
  • "CSS selector for element holding Title of Chapter:" => "h1.wp-block-post-title"

dteviot avatar Jan 28 '25 00:01 dteviot