@crawlee/utilsInterfacesDownloadListOfUrlsOptionsVersion: 3.1On this pageDownloadListOfUrlsOptions Index PropertiesencodingurlurlRegExpProperties optionalencodingencoding?: BufferEncoding = BufferEncodingThe encoding of the file.urlurl: stringURL to the fileoptionalurlRegExpurlRegExp?: RegExp = RegExpCustom 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).
The encoding of the file.