unable to DL some chapter https://wtr-lab.com/en/serie-8003/attributes-are-infinitely-increasing-i-dominate-multiple
https://wtr-lab.com/en/serie-8003/attributes-are-infinitely-increasing-i-dominate-multiple
ch 350+ unable to download
more context:
It looks like this website translates the Chapter on the fly the first time someone opens it. After the first translation it gets cached on the server and WebToEpub can get them. The Chapter needs to be opened in a tab before WebToEpub can download it. I think after Chapter 360 you can see this problem.
Here are screenshots how it looks if you are the first person to open a Chapter:
They're adding AI to this now. I don't think this problem can be fixed on the extension's end no more. It's good quality, sure, but man, I just want to listen to them instead of reading.
Making this change lets the extensions still work to download epub.
modified plugin/js/parsers/WtrlabParser.js
@@ -10,7 +10,7 @@ class WtrlabParser extends Parser{
async getChapterUrls(dom) {
let items = [...dom.querySelectorAll("div.accordion a.chapter-item")];
return items.map(a => ({
- sourceUrl: a.href,
+ sourceUrl: a.href + '?service=google',
title: this.formatTitle(a)
}));
I dont think this is the right solution though.
@vigneshsarma you can make a pull request if you have a solution.
@Finks82 problem got fixed. Each chapter that is new has a delay from 10s. Test versions for Firefox and Chrome have been uploaded to https://github.com/dteviot/WebToEpub/releases/tag/developer-build. Pick the one suitable for you, follow the "How to install from Source" instructions at https://github.com/dteviot/WebToEpub/tree/ExperimentalTabMode#user-content-installation and let me know how it goes.
@Finks82
Updated version (1.0.5.0) has been submitted to Firefox and Chrome stores. Firefox version is available now. Chrome might be available in a few hours (typical) to 21 days.