worm-scraper/lib
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
..
convert.js Tweaks and bug-fixes for the cleanups 2015-05-17 16:19:23 -04:00
download.js A lot more cleanups 2015-05-15 01:29:34 -04:00
extras.js Update extras code to use cache manifest 2015-05-11 21:24:16 -04:00
jsdom.js Don't fetch or execute JavaScript 2015-05-07 22:57:35 +02:00
substitutions.json Tweaks and bug-fixes for the cleanups 2015-05-17 16:19:23 -04:00
track-rejections.js Got chapter downloading and conversion working 2015-05-06 00:42:55 +02:00
worm-scraper.js Better cleanup in the convert step 2015-05-11 22:52:14 -04:00