class HNLoaderExtracts the text content from the loaded document using the selector
Fetches the web document from the webPath and loads it using Cheerio.
A static method that dynamically imports the Cheerio library and
Fetches web documents from the given array of URLs and loads them using Cheerio.
A class that extends the CheerioWebBaseLoader class. It represents a loader for loading web pages from the Hacker News website.