dteviot
dteviot
Multiple issues. 1. Detection of next/previous chapter is foiled by HTTP redirection, where page is at different URL to that requested. Note, should be able to track this by examining...
Reported: > Trying to turn "http://novelplanet.com/Novel/Martial-God-Asura". It's crashing everytime. Error message "Aw, Snap!" On initial investigation, there are several issues. - [x] jszip library needs about 640 kilobytes per page...
This might be a much better way to make parsers. https://github.com/mozilla/fathom https://mozilla.github.io/fathom/intro.html#why
Reported by dreamer2908 > It seems that Baka-Tsuki would output weird html if a long section is italic/bold/etc and there's anything that is not text inside. Example: HEAVY_OBJECT:Volume11_Chapter_3#Part_12. The weirdness...
@toshiya44, @belldandu, @typhoon71, @dreamer2908 I'm now up to 1600+ downloads of the plug-in. Even if only 1 in 10 people actually use it, if I post a version to the...
Credits
@Belldandu, @typhoon71, @toshiya44, @dreamer2908 I've added your nicknames to the credits list in the readme. If you prefer I use your real names, please e-mail me, including your real names...
Many webpages have customized styling. Need to figure out what styling elements are "standard" for the site and which ones are custom. Then strip the "standard" styling (so that all...
toshiya44 reported https://github.com/dteviot/WebToEpub/issues/64#issuecomment-239698484 > Setting cover image is working, although I'd really like it to use the first image link as default. > When I used the extension at https://zirusmusings.com/gcr-toc/...
ChatGPT (and Google's Bard, and similar) can apparently write code for tasks. So, could it be persuaded to write a parsers for specific web sites?
There's some common "layouts" for sites, so they can use the same parser. Write a doc, showing what to look for, for the common ones. Start with * FreeWebNovelParser.js *...