Thank Kovid,
My python script works independently of Calibre for the time being. It:
- Creates a folder on disk
- Then creates subfolders for each "section" (dates)
- In each folder, it downloads seven html pages and cleans them with BeautifulSoup
- Create an index page in each folder
- In the base folder create an index page for all index pages
Then I can import the general index in Calibre and create an epub.
Ta transform this script into a recipe I have to change the folder creation and file downloading bits.
My question is: Is it possible to avoid using the normal "Section menu" news structure and replace it with my custom index page structure?
Please be patient; this is my first ever python script and first ever recipe.
Thanks.
The attached epub is the intended result.