dteviot
dteviot
@joelsnl 1. Please describe what you mean by "Crashes". e.g. Does WebToEpub freeze? Do you get an error message? 2. URL of story you're trying to convert. 3. Does this...
@chaitanya44444 For my notes: seems to mostly work already. Fixes needed: 1. Need to throttle requests. 2. Can't walk all the ToC pages to get list of all chapters. Only...
Fabricating request to get ToC looks very difficult. There are fingerprint, hash and checksum elements. Not going to try.
@SirGryphin Can you provide URL and example?
@SirGryphin I tried chapters 1 and 2, don't see anything. To save me time, can you please send me an epub with issue and tell me which chapters to look...
@SirGryphin I'm curious how this solves the problem. It looks to me like this just normalizes the text. So, the innread stuff is still there. Note, I haven't given up...
Note to self. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize for javascript version of ``` python unicodedata.normalize("NFKC", text). ``` So, could walk all text nodes, and apply normalization. Or perhaps, discard them if find "bednovel"...
@mhussaincov93 More details please. Specifically, how does this differ from "Include in reading list" in the Advanced Options?
@vanessabluellie Thanks for responding. Unfortunately, for security reasons, it's not really possible for an extension to open a file on disk by itself. A user has to drop the file...
@AJM10565 I believe your are mistaken. Based on the error message, the advance option that is causing the problem is "Add Page with Chapters to Chapters List" Test versions for...