Skip to main content
Version: 3.2

downloadListOfUrls

Callable

  • downloadListOfUrls(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.


    Parameters

    • options: DownloadListOfUrlsOptions

    Returns Promise<string[]>