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 Pure Love Translations #1394

Closed TimeLimit67 closed 2 weeks ago

TimeLimit67 commented 1 month ago

Novel Title: Epiphanies of Rebirth (43.2-97.2)

Yep. Before installing the test versions of WebToEpub for Chrome and Firefox downloaded from here, I can still extract chapters using Default Parser. After that, error kept haunting me like a vengeful ghost.

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

Again, I don't know what went wrong. I tried different CSS selectors I can find containing the chapter content, but I just can't get through it no matter what I do.

This is the error that always occurred whenever I try to click Test button: Screenshot (23)

dteviot commented 1 month ago

@TimeLimit67

I'm going to have to write a custom parser. (Wanted content is in the 2nd div.sqs-html-content element.)

This might sort of work in the meantime. (Lots of garbage)

CSS selector for element holding content to put into EPUB: div.blog-item-content CSS selector for element holding Title of Chapter: h1.entry-title CSS selector for element(s) to remove: leave blank

For my notes: 14 minutes.

dteviot commented 1 month ago

@TimeLimit67

Test versions for Firefox and Chrome have been uploaded to https://drive.google.com/drive/folders/1B_X2WcsaI_eg9yA-5bHJb8VeTZGKExl8?usp=sharing. Pick the one suitable for you, follow the "How to install from Source (for people who are not developers)" instructions at https://github.com/dteviot/WebToEpub/tree/ExperimentalTabMode#user-content-how-to-install-from-source-for-people-who-are-not-developers and let me know how it goes. Tested with:

In short, this site is a pain.

For my notes: 30 minutes work (extra) 44 minutes total.

dteviot commented 2 weeks ago

Updated version (0.0.0.167) has been submitted to Firefox and Chrome stores. Firefox version is available now. Chrome might be available in a few hours to 21 days.