Skip to main content
Version: 3.8

DownloadListOfUrlsOptions

Index

Properties

optionalencoding

encoding?: BufferEncoding = BufferEncoding

The encoding of the file.

optionalproxyUrl

proxyUrl?: string

Allows to use a proxy for the download request.

url

url: string

URL to the file

optionalurlRegExp

urlRegExp?: RegExp = RegExp

Custom regular expression to identify the URLs in the file to extract. The regular expression should be case-insensitive and have global flag set (i.e. /something/gi).