Configuration

Aggregate of values supplied at the command line.

Members

Variables

alwaysKeep
bool alwaysKeep;

Whether or not to always keep downloaded files, even if they're not valid images.

cookie
string cookie;

__auth cookie string specified at the command line.

delayBetweenImagesSeconds
double delayBetweenImagesSeconds;

How many seconds to wait between image downloads.

dryRun
bool dryRun;

Whether or not this is a dry run.

imageOffset
uint imageOffset;

The offset number of images in the list to skip considering.

imagesToSkip
uint imagesToSkip;

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

listFile
string listFile;

File to save the JSON list of images to.

numToDownload
uint numToDownload;

How many images to download, ignoring duplicates.

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.

targetDirectory
string targetDirectory;

Directory to save images to.

Meta