chore: Update print statement to use markdown format

This commit is contained in:
unclecode
2024-06-21 19:10:13 +08:00
parent fb2a6d0d04
commit 612ed3fef2

View File

@@ -49,7 +49,7 @@ crawler.warmup()
result = crawler.run(url="https://www.nbcnews.com/business")
# Print the extracted content
print(result.extracted_content)
print(result.markdown)
```
### Extract Structured Data from Web Pages 📊