Configuration

Aggregate of values supplied at the command line.

Members

Variables

delayBetweenImagesSeconds
uint delayBetweenImagesSeconds;

How many seconds to wait between image downloads.

dryRun
bool dryRun;

Whether or not this is a dry run.

listFile
string listFile;

File to save the JSON list of images to.

numToDownload
uint numToDownload;

How many images to download.

requestTimeoutSeconds
uint requestTimeoutSeconds;

Request timeout when downloading an image.

retriesPerFile
uint retriesPerFile;

How many times to try downloading a file before admitting failure and proceeding with the next one.

specifiedCookie
string specifiedCookie;

__auth Cookie string specified at the command line.

startingImagePosition
uint startingImagePosition;

The number of images to skip when downloading (the index starting position).

targetDirectory
string targetDirectory;

Directory to save images to.

Meta