YT-DLP Desktop is a simple Electron-based desktop application for downloading videos using yt-dlp. It allows you to select a download folder and download videos directly from YouTube with the best available quality.
- Download videos using yt-dlp.
- Works on macOS, Windows, and Linux.
- yt-dlp installed and in your PATH.
- Google Chrome with cookies stored
⚠️ You must be logged into YouTube (Browser has to be Chrome) for this feature to work.
Clone the repository:
git clone https://github.com/xyonox/yt-dlp-desktop.git
cd yt-dlp-desktopInstall dependencies:
npm installRun the App
npm start