When using --deep-crawl, output all pages, not just the first one.#1667
Merged
unclecode merged 1 commit intounclecode:developfrom Feb 1, 2026
Merged
When using --deep-crawl, output all pages, not just the first one.#1667unclecode merged 1 commit intounclecode:developfrom
unclecode merged 1 commit intounclecode:developfrom
Conversation
|
I have opened a PR for a similar issue here. Fixing this pull request will only deal with the cli part. My fix should solve both. |
Owner
|
Merged into develop — thanks for the fix and the thorough tests. Will be in the next release, and we'll add you to CONTRIBUTORS.md. |
unclecode
added a commit
that referenced
this pull request
Feb 1, 2026
- PR #1667: Fix deep-crawl CLI outputting only the first page - PR #1296: Fix VersionManager ignoring CRAWL4_AI_BASE_DIRECTORY - PR #1364: Fix script tag removal losing adjacent text - Fix: restore .crawl4ai subfolder in VersionManager path - Close #1150 (already fixed on develop) - Update CONTRIBUTORS.md and PR-TODOLIST.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
There is a bug in
crwl --deep-crawl, where it will only output the first crawled page in markdown format.List of files changed and why
How Has This Been Tested?
Manual testing on various websites. Unittests.
Checklist: