Hi,
I use the Heise CT recipe to download my online magazines as ePubs. However, when I want older issues, I manually set the `issue` variable in the recipe to the desired version (e
.g., `issue = '2024/19'`).
My question is whether this process could be automated. For instance, could a loop go through all issues for a given year, or could the recipe prompt me to enter the issue number when it starts?
I’m familiar with Python loops so that part isn’t the challenge. My main concern is ensuring that each magazine is saved as a separate ePub.
I hope my question is clear. Thanks in advance for any help.