Quote:
Originally Posted by JimmXinu
New Test Version Posted
2020-11-12
- adapter_wuxiaworldco: added status #592 from Rikkitp
- Don't use polyglot, not included until Calibre3. Remove some debug output.
- adapter_scribblehubcom: Accept chapter URLs.
- adapter_wwwnovelallcom: Accept chapter URLs, must change to true storyId/URL after.
I only tested the scribblehub and novelall changes with a few example URLs--I don't read those sites, so I don't know what's common.
When giving adapter_wwwnovelallcom a chapter URL, it can't find the storyUrl until after it's downloaded that chapter page. There are a few other adapters that change the storyId and storyUrl like that, but they are rare. (I vaguely recall that it can sometimes cause some weirdness, but I don't remember what exactly.)
|
With adapter_wwwnovelallcom when downloading urls of different chapters of the same novel, FFF tries to update the novel multiple times. I didn't see the novels updates corrupted or anything for updating the same ebook multiple times, but it make the update take longer. Wich is a little annoying with longer novels, but nothing with I can't live.
It's possible that the checks that make sure the urls are unique are made on the chapters urls, instead of the deduced novel url.
I think this happens with any novel of novelallcom, but here is a example:
Novel url:
Code:
https://www.novelall.com/novel/Monster-Factory.html
Chaptes url of that novel:
Code:
https://www.novelall.com/chapter/Monster-Factory-Chapter-393/2003975/
https://www.novelall.com/chapter/Monster-Factory-Chapter-394/2003976/
https://www.novelall.com/chapter/Monster-Factory-Chapter-395/2004515/
https://www.novelall.com/chapter/Monster-Factory-Chapter-396/2005058/
https://www.novelall.com/chapter/Monster-Factory-Chapter-397/2005059/
If I try to paste these chapters url to FFF, or are taken by by FFF from my email, FFF will try to update, or download the novel 5 times.
But this don't happen with adapter_scribblehubcom.
My setup is the following:
OS: Linux Mint 19.3 Tricia x86_64
Calibre versión: 5.5
FanFicFare version: 3.25.5
If by any case this can't be easy solved, I don't mind it leave this behaviour, just so FFF can accept chapters urls.
Like always thanks in advance.