Hello. Very much a newbie here. Trying to automate a task of downloading some cue files from a site that are one level down. I’ve started but not sure what next to do get it working.
https://cuegenerator.net/?page=cues&folder=magicisland
I basically want to go down the list and download the cue file found at each link. In this case I don’t want all of them, so I tried to filter by year. Clearly I’m missing an important step in the algo.
tasks:
cue dl:
html: https://cuegenerator.net/?page=cues&folder=magicisland
regexp:
accept:
- 2008.*\.cue
rest: reject
download: ~/cue/
1 post - 1 participant