dteviot / WebToEpub

A simple Chrome (and Firefox) Extension that converts Web Novels (and other web pages) into an EPUB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please add site https://app.yoru.world/en/

KizunaDesu opened this issue · comments

Please note, I'm basically the only developer working on WebToEpub, and I'm not paid for doing this. (WebToEpub is completely free, and generates no money.) By asking to add a site, you're asking me to give you some of my limited free time. So, I think it's not unreasonable for me to ask you to do as much as you can to help me.

Provide URL for web page that contains Table of Contents (list of chapters) of a typical story on the site

https://app.yoru.world/en/story/172/read/3172

Did you try using the Default Parser for the site? If not, why not?

Instructions for using the default parser can be found at https://dteviot.github.io/Projects/webToEpub_DefaultParser.html

What settings did you use? What didn't work?

  • URL of first chapter : https://app.yoru.world/en/story/172/read/3172
  • CSS selector for element holding content to put into EPUB : div.__className_11742b
  • CSS selector for element holding Title of Chapter: div.mt-4
  • CSS selector for element(s) to remove : script

If the Default Parser did not work, if you have developer skills, did you try writing a new parser?

Instructions https://dteviot.github.io/Projects/webToEpub_FAQ.html#write-parser

If you don't have developer skills, can you ask a friend who does have them if they can do it for you?

If you tried writing a parser, and it doesn't work. Attach the parser here.

@KizunaDesu

This is not simple. Looks like the actual content is NOT in the chapter HTML, but instead is retrieved from Amazon S3 buckets.
Figuring out the access is non-trivial, and likely to be more effort than I'm willing to put into.

Probably easier approach would be to open each chapter in a new tab, and scrape the tab.

For my notes: 15 minutes work.