Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 938 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 938 Bytes

YouTube Downloader with Tauri

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

Demo

Future Features (PRs are welcome)

  • Preview
  • Search History
  • Result grid setting
  • Tests
  • Auto update
  • Settings Num results
  • Proper React / Rust error handling