Merge pull request #1426 from unclecode/fix/update-quickstart-and-adaptive-strategies-docs

Update Quickstart and Adaptive Strategies documentation
This commit is contained in:
Nasrin
2025-08-26 16:53:47 +08:00
committed by GitHub
2 changed files with 10 additions and 42 deletions

View File

@@ -79,7 +79,7 @@ if __name__ == "__main__":
asyncio.run(main())
```
> IMPORTANT: By default cache mode is set to `CacheMode.ENABLED`. So to have fresh content, you need to set it to `CacheMode.BYPASS`
> IMPORTANT: By default cache mode is set to `CacheMode.BYPASS` to have fresh content. Set `CacheMode.ENABLED` to enable caching.
Well explore more advanced config in later tutorials (like enabling proxies, PDF output, multi-tab sessions, etc.). For now, just note how you pass these objects to manage crawling.