[FEATURE]: add builtin downloader support for web ui #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🎯 Problem Statement
I'm always frustrated when I have to download a file first, then upload it to the web UI (it doubles the disk usage) and only then split the file (it triples the disk usage)
💡 Proposed Solution
Incorporate a downloader (like wget for cli, yt-dlp for youtube and etc) to the Web UI to allow the user just paste a link, download the file and split it right away
🔄 Alternatives Considered
No response
👤 Use Case / Persona
Everyone who runs Web versions on localhost and cares about free drive space
📸 Screenshots
No response
⚙️ Technical Approach
No response
✅ Acceptance Criteria
No response
🤝 Are you willing to contribute this feature?
Yes, I can contribute
✅ Submission Checklist