## [0.2.71] 2024-06-26
• Refactored `crawler_strategy.py` to handle exceptions and improve error messages • Improved `get_content_of_website_optimized` function in `utils.py` for better performance • Updated `utils.py` with latest changes • Migrated to `ChromeDriverManager` for resolving Chrome driver download issues
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [0.2.7] - 2024-06-27
|
||||
## [0.2.71] 2024-06-26
|
||||
• Refactored `crawler_strategy.py` to handle exceptions and improve error messages
|
||||
• Improved `get_content_of_website_optimized` function in `utils.py` for better performance
|
||||
• Updated `utils.py` with latest changes
|
||||
• Migrated to `ChromeDriverManager` for resolving Chrome driver download issues
|
||||
|
||||
## [0.2.71] - 2024-06-25
|
||||
### Fixed
|
||||
- Speed up twice the extraction function.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Crawl4AI v0.2.7
|
||||
# Crawl4AI v0.2.71
|
||||
|
||||
Welcome to the official documentation for Crawl4AI! 🕷️🤖 Crawl4AI is an open-source Python library designed to simplify web crawling and extract useful information from web pages. This documentation will guide you through the features, usage, and customization of Crawl4AI.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user