Hello
I want to create a book from a website, on which there is one article per day
https://www.domain.net/folder/2023-01-15/article
https://www.domain.net/folder/2023-01-16/article
...
The access is free, but there is not a menu webpage to access these articles. the articles URLs are stored in the folder
https://www.domain.net/folder, which can not be opened via a browser.
I would like, with a recipe, to create a monthly ebook to get all the articles from one month.
But as there is no initial feed, is there a possibility to create inside the recipe a "pseudo-feed", or to access each file and create a TOC ?
I've looked in some builtin recipes, but I've not found something similar.
I would like to use a recipe in order to schedule it, rather than a python script.
Thank you