Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 546 Bytes

File metadata and controls

27 lines (18 loc) · 546 Bytes

Grabber

Wrapper for the excellent tool

Has the basics

  • Download Video or Audio
  • Show progress Bars
  • Select where videos get saved

Checks for any updates of yt-dlp every day

Setup

Install

Click on releases over there on the right

Building the project

create the directory ./packages/main/dist/bin and place the yt-dlp.exe there

you also need to add ffmpeg.exe on there too if its not installed on your system

to build the project npm run dist

Running dev version

npm run dev

Created using electron, vite, and react