Interface IDownloadFilesResult

Return value for

See

downloadFiles

Hierarchy

  • IDownloadFilesResult

Properties

Properties

downloaded: {
    filepath: string;
    url: string;
}[]

URLs and filepaths of successfully downloaded files.

Type declaration

  • filepath: string
  • url: string
failed: {
    error: string;
    url: string;
}[]

URLs and error messages of failed downloads.

Type declaration

  • error: string
  • url: string
outdir: string

The output directory that contains the downloaded files.

Generated using TypeDoc