A terminal UI for downloading videos using yt-dlp.
- Interactive TUI built with Bubble Tea
- Download multiple videos with progress tracking
- Automatic dependency installation (yt-dlp, ffmpeg, JavaScript runtime)
- Cross-platform support (Windows, Linux, macOS)
|
|
|
|
- Go 1.25+
- yt-dlp
- ffmpeg
- JavaScript runtime (Deno ≥2, Bun ≥1.0.31, or Node.js ≥20)
go build -o mldy
./mldyThe tool will automatically prompt to install missing dependencies.
Run the executable and use the TUI to add URLs and manage downloads.



