class SitemapLoaderA method that loads the text file or blob and returns a promise that
Fetches the web document from the webPath and loads it using Cheerio.
A static method that imports the readFile function from the
Fetches web documents from the given array of URLs and loads them using Cheerio.
The async caller should be used by subclasses to make any async calls, which will thus benefit from the concurrency and retry logic.
The size to chunk the sitemap URLs into for scraping.
Timeout for this call in milliseconds.
Interface representing the parameters for initializing a SitemapLoader. SitemapLoaderParams