Increase Time out

@rafaelfre it is possible that the website has a mechanism to prevent too many requests from a single IP or something.

One way to deal with this is to store your list of URLs and download the files individually and store them in a local location. With the new Transfer Files node you could just tell the system to skip files that are already there. You could then deal with the CSV files later.

An example how to make a list and the check if all items have been done is here:

3 Likes