Scrapes the web serial Worm and its sequel Ward into an eBook format
Find a file
Domenic Denicola 4019f5d1e6 Tweaks and bug-fixes for the cleanups
Several notable fixes:

- Fixed a bad bug with <span> remover: since moving the child node to a document fragment changes the indices of the childNodes collection, this would leave several nodes in limbo, with the net effect of removing their text from the document.
- Fixed the empty-<em> remover to replace the empty <em> with a space, instead of a removing it entirely; this leads to a lot fewer wordsstuck together, which were starting to accumulate erroneously in substitutions.json.
- Warn instead of error on bad substitutions: this makes it easier to actually find the bad substitution afterward, since then the output still happens.
2015-05-17 16:19:23 -04:00
lib Tweaks and bug-fixes for the cleanups 2015-05-17 16:19:23 -04:00
.editorconfig Work on assembling the extras 2015-05-09 01:28:29 +02:00
.eslintrc Lint better 2015-05-06 00:49:36 +02:00
.gitignore Work on assembling the extras 2015-05-09 01:28:29 +02:00
.jscsrc Initial commit 2015-05-05 22:47:45 +02:00
.travis.yml Initial commit 2015-05-05 22:47:45 +02:00
LICENSE.txt Initial commit 2015-05-05 22:47:45 +02:00
package.json Serialize body as XHTML, not HTML 2015-05-09 00:40:54 +02:00
README.md Initial commit 2015-05-05 22:47:45 +02:00

Worm Scraper

Scrapes the web serial Worm into an ebook format.