It’s not necessarily easier in the short run, but you can learn python (a very easy/straight forward programming language) and you can make a short spider scraper that will grab all the html from all the pages and put it in a text file. Then you just need to do some simple massaging to format it as epub.
In the long run you will know python and be the ruler of your universe!!
In the medium run make sure you follow copyright restrictions and/or have the website/author’s permission before you scrape those pages.
|