Skip to content

mini-feat: parse list of URLs in webcrawlers#6305

Open
Mewyii wants to merge 9 commits intoFlowiseAI:mainfrom
Mewyii:feature/parseListOfURLsInWebcrawlers
Open

mini-feat: parse list of URLs in webcrawlers#6305
Mewyii wants to merge 9 commits intoFlowiseAI:mainfrom
Mewyii:feature/parseListOfURLsInWebcrawlers

Conversation

@Mewyii
Copy link
Copy Markdown
Contributor

@Mewyii Mewyii commented Apr 28, 2026

Summary

Adds a new button to all web scraper link managers that splits the input by ; \n or \t so lists of urls can be copy pasted into the input field. Small QOL feature.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a 'Parse Input' feature to the ManageScrapedLinksDialog component, allowing users to extract multiple URLs from a text input. It also includes UI enhancements such as increasing the dialog width, truncating long URLs in the title, and updating labels to reflect the new parsing capability. Feedback was provided regarding the handleParseLinks function, noting that the current implementation is inefficient (O(N^2)) and fails to properly filter out non-URL tokens. A refactor using a Set for uniqueness and a more robust filtering approach was suggested.

Comment thread packages/ui/src/ui-component/dialog/ManageScrapedLinksDialog.jsx
Co-authored-by: Copilot <copilot@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant