chore: Update crawl4ai package with AsyncWebCrawler and JsonCssExtractionStrategy
This commit is contained in:
@@ -1 +1,11 @@
|
||||
from .web_crawler import WebCrawler
|
||||
from .web_crawler import WebCrawler
|
||||
from .async_webcrawler import AsyncWebCrawler
|
||||
from .models import CrawlResult
|
||||
|
||||
__version__ = "0.2.77"
|
||||
|
||||
__all__ = [
|
||||
"WebCrawler",
|
||||
"AsyncWebCrawler",
|
||||
"CrawlResult",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user