You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
CSS selector for element holding content to put into EPUB: body
CSS selector for element holding Title of Chapter: h1
CSS selector for element(s) to remove: footer, script, section.sectionTwo, header, div.RBGsectionThree-top, section.RBGsectionFour, div.RBGsectionThree-bottom, ul
Issue is that the content of the chapter after the first 2 lines is loaded by a script instead of written into the html. Tried throttling for 1 min/chapter but that didn't work either.
If the Default Parser did not work, if you have developer skills, did you try writing a new parser?
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
www.longmebook.com/book/278514904383557/catalog/
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
What settings did you use? What didn't work?
Issue is that the content of the chapter after the first 2 lines is loaded by a script instead of written into the html. Tried throttling for 1 min/chapter but that didn't work either.
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
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.
The text was updated successfully, but these errors were encountered: