Update Readme
This commit is contained in:
@@ -36,8 +36,6 @@ from crawl4ai import WebCrawler
|
|||||||
# Create the WebCrawler instance
|
# Create the WebCrawler instance
|
||||||
crawler = WebCrawler()
|
crawler = WebCrawler()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Run the crawler with keyword filtering and CSS selector
|
# Run the crawler with keyword filtering and CSS selector
|
||||||
result = crawler.run(url="https://www.nbcnews.com/business")
|
result = crawler.run(url="https://www.nbcnews.com/business")
|
||||||
print(result) # {url, html, markdown, extracted_content, metadata}
|
print(result) # {url, html, markdown, extracted_content, metadata}
|
||||||
|
|||||||
Reference in New Issue
Block a user