chore: Bump version to 0.3.71 and improve error handling

- Update version number to 0.3.71
- Add sleep_on_close option to AsyncPlaywrightCrawlerStrategy
- Enhance context creation with additional options
- Improve error message formatting and visibility
- Update quickstart documentation
This commit is contained in:
UncleCode
2024-10-18 13:31:12 +08:00
parent aab6ea022e
commit b8147b64e0
5 changed files with 44 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
from .async_webcrawler import AsyncWebCrawler
from .models import CrawlResult
__version__ = "0.3.8"
__version__ = "0.3.71"
__all__ = [
"AsyncWebCrawler",