Quote:
Originally Posted by Sone3D
What I need is very simple. A simple recipe where I can put a list of URLs and make an epub with them.
|
This is one of those things that sound simple but really, really aren't. Different websites are built in completely different ways. This forum, for example, uses PHP to build the page when your browser asks for it. Other sites are HTML already, and just need to transmit the HTML file to the browser directly. A row of houses may look almost identical from outside, but the rooms could be in completely different arrangements inside.
To make an EPUB from websites, the program must be told how each page is built in order to know where to find the necessary information. Just like you would need to know where the doors and hallways are to navigate a house, the program needs to know what data is where and how to ask for it.
If you have RSS feeds, the feed organizes the data in uniform patterns that Calibre already knows how to find, so that function is, as duluoz mentioned, already in Calibre. If it's not in a feed and not already listed as having an adapter, then it needs to be broken down into useful information for Calibre to know how to format the data.
With no more information than you've given, all anyone can suggest is to visit those respective websites, save page as HTML, import into Calibre, and then combine into EPUB.