Open
Description
Is your feature request related to a problem? Please describe.
Implement a local HTML caching. To avoid re-process all scraping each time. It's notably long with recursive depths scrapings.
Describe the solution you'd like
Add a local cache near:
Describe alternatives you've considered
- Implement myself, not feasible as this is bundled in many graph implementations
Related