You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crawling the internal links until the depth specified, with a maximum of pages (specified as well), in DFS mode.
Current Behavior
Only crawling one page : the first link.
Is this reproducible?
Yes
Inputs Causing the Bug
Steps to Reproduce
Run any deep crawling code (DFS strategy) expecting more than one page scraped (max_pages > 1). The issue is only with DFS, not with BFS. The deep crawling worked well on v0.5.0 (no issue).
crawl4ai version
0.6.2
Expected Behavior
Crawling the internal links until the depth specified, with a maximum of pages (specified as well), in DFS mode.
Current Behavior
Only crawling one page : the first link.
Is this reproducible?
Yes
Inputs Causing the Bug
Steps to Reproduce
Run any deep crawling code (DFS strategy) expecting more than one page scraped (max_pages > 1). The issue is only with DFS, not with BFS. The deep crawling worked well on v0.5.0 (no issue).
Code snippets
OS
macOS
Python version
3.13.2
Browser
No response
Browser version
No response
Error logs & Screenshots (if applicable)
===== CRAWLING ...=====
[INIT].... → Crawl4AI 0.6.2
[FETCH]... ↓ https://www.coca-colacompany.com/ | ✓ | ⏱: 2.42s
[SCRAPE].. ◆ https://www.coca-colacompany.com/ | ✓ | ⏱: 0.02s
[COMPLETE] ● https://www.coca-colacompany.com/ | ✓ | ⏱: 2.44s
Crawled 1 pages
→ Depth: 0 | https://www.coca-colacompany.com/
The text was updated successfully, but these errors were encountered: