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

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

Open weltschmerztic opened 1 month ago

weltschmerztic commented 1 month ago

Hello! Thank you for your work. Would you kindly consider adding Yoru Stories?

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/181/chapters

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

Yes, but it didn't work, I think due to incorrect CSS selector for element holding content to put into EPUB.

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

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

I have no developer skills :(

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

I don't have a developer friend...

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

yuyu-cloud commented 1 month ago

I would also like to push a request for this site, but a previously opened issue raised the complexity of this source (#1334), so @dteviot seems to have queued this one until he becomes able to add support for it :)

weltschmerztic commented 1 month ago

Ah, I see! Apologies for the double request, I’m not at all familiar with GitHub. Or programming in general…

I saw that @dteviot suggested to “scrape the tab” one by one. Would anybody know a convenient tool or extension for doing this?

dteviot commented 1 month ago

@weltschmerztic @yuyu-cloud @KizunaDesu I usually direct people to https://github.com/martial-god/Benny-Scraper for sites like this. My understanding is this scraper takes this approach. It uses Selenium to get a web browser to open a tab, then reads the content. Note, you'll probably need to ask the developers to add support for your requested site. But if multiple people ask, you're more likely to get a response. Also, be polite. You're asking people for a large favor.

Note, It's unlikely I'll update WebToEpub to handle such a site.