downloadAllImages

Downloads all images in the passed images list.

Images are saved to the filename specified in each RemoteImage.localPath.

void
downloadAllImages
(
const Appender!(RemoteImage[]) images
,)

Parameters

images Appender!(RemoteImage[])

The list of images to download.

config Configuration

The current program Configuration.

Meta