Skip to content

tengomucho/grabvideo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grabvideo

This is a very simple GUI wrapper for yt-dlp video for macOS.

I built this for a teacher that is not familiar with the terminal but needs sometimes to grab a video from the internet to show it to her pupils.

The code is based on Tauri, Rust + HTML.

Build the App

To build the app while developing, you can run"

cargo tauri dev

To build the bundle you can run:

cargo tauri build --bundles app

To build the bundle as a universal macOS binary, you first need to install the rust target for the missing target:

rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
tauri build --target universal-apple-darwin

For more information, check the Tauri documentation.

About

A very simple macOS wrapper to yt-dlp

Resources

License

Stars

Watchers

Forks

Packages

No packages published