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
Code block extraction fails when using selectors on replicate.com docs
Issue Description
When using Jina AI Reader API to extract content from replicate.com documentation pages, code blocks are not being properly extracted when selectors are used.
Current Behavior
Without Selectors:
✅ Code blocks are extracted correctly
❌ But includes unwanted navigation menus, headers, footers, etc.
Code block extraction fails when using selectors on replicate.com docs
Issue Description
When using Jina AI Reader API to extract content from replicate.com documentation pages, code blocks are not being properly extracted when selectors are used.
Current Behavior
Without Selectors:
With Selectors:
Expected Behavior
The API should:
Reproduction Steps
Technical Details
The code blocks on replicate.com use the following DOM structure:
Current Workaround
Currently, we have to:
This workaround has several limitations:
Environment
Additional Context
The text was updated successfully, but these errors were encountered: