chore: Update print statement to use markdown format
This commit is contained in:
@@ -49,7 +49,7 @@ crawler.warmup()
|
|||||||
result = crawler.run(url="https://www.nbcnews.com/business")
|
result = crawler.run(url="https://www.nbcnews.com/business")
|
||||||
|
|
||||||
# Print the extracted content
|
# Print the extracted content
|
||||||
print(result.extracted_content)
|
print(result.markdown)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Extract Structured Data from Web Pages 📊
|
### Extract Structured Data from Web Pages 📊
|
||||||
|
|||||||
Reference in New Issue
Block a user