Parameters
WebsiteReader also accepts the base Reader constructor parameters.
Methods
read()
Crawls a website starting from the given URL and returns a list of documents.
async_read()
Async variant of read(). Accepts the same parameters.