Update Readme

This commit is contained in:
unclecode
2024-06-02 15:42:13 +08:00
parent ad373c0e19
commit ae77589a98

View File

@@ -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}