dteviot / WebToEpub

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

Please add site https://blossomtranslation.com #1372

Open Naanaa28 opened 3 weeks ago

Naanaa28 commented 3 weeks ago

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://blossomtranslation.com/story/life-reversal-with-item-copy/

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 I did but I'm sorry there were way too many elements for me to discern.

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?

Instructions https://dteviot.github.io/Projects/webToEpub_FAQ.html#write-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?

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

dteviot commented 3 weeks ago

@Naanaa28 Try default parser.

  1. Replace "body" with "section#chapter-content",
  2. Leave the others blank. and I think it will work. Note, you might need to remove some of the incorrect URLs W2E finds.

Note, this isn't tested. If it doesn't work, add note to this incident and I'll build a proper parser.

Naanaa28 commented 3 weeks ago

@Naanaa28 Try default parser.

  1. Replace "body" with "section#chapter-content",
  2. Leave the others blank. and I think it will work. Note, you might need to remove some of the incorrect URLs W2E finds.

Note, this isn't tested. If it doesn't work, add note to this incident and I'll build a proper parser.

Thank you! It works!! I added Title for the chapter titles though because they don't appear otherwise but works 100% thanks again.

dteviot commented 2 weeks ago

@Naanaa28 For reference (if anyone looks at this in the future) please supply the CSS you used for the title.