Static files as recipe?
Hi,
I am wondering how I could implement the following.
There is a comic site that just updates the image of the day.
So they have seven files ma.png di.png wo.png do.png vr.png za.png and zo.png (the short names for the days of the week in dutch).
I want to make a recipe to download these files. But I do not have info about the date, and I don't know what day it is when the recipe runs.
So I wanted just to keep the files in order (always start with monday).
The recipe though needs a date to add an article.
How should I build such a recipe?
|