Compare commits

..

3 Commits

Author SHA1 Message Date
UncleCode
494ee32619 Update README.md 2024-12-30 21:24:30 +08:00
UncleCode
e4e23065f1 Update README.md (#389) 2024-12-30 21:24:06 +08:00
Robin Singh
78768fd714 Update simple-crawling.md (#379)
In the comprehensive example,

AttributeError: type object 'CacheMode' has no attribute 'ENABLE'. Did you mean: 'ENABLED'?
2024-12-27 17:42:59 +08:00
3 changed files with 4216 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# 🚀🤖 Crawl4AI: Crawl Smarter, Faster, Freely. For AI. # 🚀🤖 Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper.
<a href="https://trendshift.io/repositories/11716" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11716" alt="unclecode%2Fcrawl4ai | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a> <a href="https://trendshift.io/repositories/11716" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11716" alt="unclecode%2Fcrawl4ai | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>

4214
a.md Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -99,7 +99,7 @@ async def main():
remove_overlay_elements=True, remove_overlay_elements=True,
# Cache control # Cache control
cache_mode=CacheMode.ENABLE # Use cache if available cache_mode=CacheMode.ENABLED # Use cache if available
) )
if result.success: if result.success: