You should really take a look at this Scraping config example
In short:
- Make a foreach loop on those URLs
- Make a GET request on each
- Feed
data.RAWSOURCE
to a File Write Bytes block
You should really take a look at this Scraping config example
In short:
data.RAWSOURCE
to a File Write Bytes block