Here is how, though there are probably countless variations: 1) Create your own script to clean up the story, since raw html is not pretty. Here is mine. It likely needs much work, and will only work on linux. Basically, get your story in plain text format. #!/bin/bash for i in `seq 37` do wget http...