A simple YouTube downloader using : Tauri, Mantine and ytdl-core
This is a work in progress, so expect bugs and missing features. This has mostly been an attempt to learn Rust and Tauri.
Local Development
Follow these instructions if you don't have Rust installed.
1.Cone the repo.
git clone https://github.com/vanzylv/yt-downloader-tauri
2.Install dependencies.
cd yt-downloader-tauri
npm install
3.Start the app in development mode.
npm run tauri dev
Future Features (PRs are welcome)
- Preview
- Search History
- Result grid setting
- Tests
- Auto update
- Settings Num results
- Proper React / Rust error handling