An open API service indexing awesome lists of open source software.

https://github.com/venipa/ytdlp-gui

"ytdlp-gui" is a user-friendly graphical interface that simplifies downloading videos from various platforms using the powerful command-line tool "yt-dlp", making it accessible for users of all skill levels.
https://github.com/venipa/ytdlp-gui

youtube-dl yt-dlp yt-dlp-gui ytdl ytdl-core ytdlp-deskop ytdlp-gui

Last synced: 17 days ago
JSON representation

"ytdlp-gui" is a user-friendly graphical interface that simplifies downloading videos from various platforms using the powerful command-line tool "yt-dlp", making it accessible for users of all skill levels.

Awesome Lists containing this project

README

        

ytdlp-gui


A yt-dlp gui app




## Project Setup

### Install

```bash
$ pnpm install
```

### Development

```bash
$ pnpm dev
```

### Build

```bash
# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux
```