Please add site https://app.yoru.world/en
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?
- URL of first chapter: https://app.yoru.world/en/story/181/read/3567
- CSS selector for element holding content to put into EPUB: .__className_11742b, div.__className_11742b (I tried both and neither worked)
- CSS selector for element holding Title of Chapter: did not try
- CSS selector for element(s) to remove: did not try
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.
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 :)
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?
@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.
closing as it is duplicate