dteviot / WebToEpub

A simple Chrome (and Firefox) Extension that converts Web Novels (and other web pages) into an EPUB.
Other
675 stars 132 forks source link

error to get chapter list with https://phoenixtls.wixsite.com #1364

Closed H4n4n closed 2 weeks ago

H4n4n commented 2 months ago

Describe the bug at the moment to use the extension it show this image and then never shows the chapters image

image

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://phoenixtls.wixsite.com/phoenixtl/chapter-index'
  2. Click on 'web to epub extension'
  3. Scroll down to 'the beggining'
  4. See error: See the added pictures

Expected behavior to get the chapter list and then download the epub

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

dteviot commented 1 month ago

@H4n4n

This seems to be a very different format to the usual wixsite layout. I think you'll need to use the default parser to get this story.

Instructions.

  1. Click the "OK" button on the error message.
  2. Click on the "Advanced Options" button
  3. Make sure "Skip chapters that return HTTP 404 error" is checked.
  4. On "Manually Select Parser:" Select "Default"
  5. Set "CSS selector for element holding content to put into EPUB" to "div.post-content__body" (ignore the quotes)
  6. Set "CSS selector for element holding Title of Chapter:" to "h1"
  7. Leave the other two blank, and click "Apply"
  8. Unselect the links that are not chapters. (Beware of "Discord" at the bottom.)
  9. Click "Pack EPUB"

For my notes: 30 minutes work