@crawlee/utilsFunctionsdownloadListOfUrlsVersion: 3.11downloadListOfUrls CallabledownloadListOfUrls(options: DownloadListOfUrlsOptions): Promise<string[]>Returns a promise that resolves to an array of urls parsed from the resource available at the provided url. Optionally, custom regular expression and encoding may be provided.Parametersoptions: DownloadListOfUrlsOptionsReturns Promise<string[]>
Returns a promise that resolves to an array of urls parsed from the resource available at the provided url. Optionally, custom regular expression and encoding may be provided.