Update all documentation to import extraction strategies directly from crawl4ai.
This commit is contained in:
@@ -217,7 +217,7 @@ Below is an example hooking it all together:
|
||||
```python
|
||||
import asyncio
|
||||
from crawl4ai import AsyncWebCrawler, BrowserConfig, CrawlerRunConfig, CacheMode
|
||||
from crawl4ai.extraction_strategy import JsonCssExtractionStrategy
|
||||
from crawl4ai import JsonCssExtractionStrategy
|
||||
import json
|
||||
|
||||
async def main():
|
||||
|
||||
Reference in New Issue
Block a user