Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/retheviper/youtubedownloader

yt-dlp gui wrapper
https://github.com/retheviper/youtubedownloader

compose-desktop ffmpeg gradle homebrew kotlin yt-dlp

Last synced: 1 day ago
JSON representation

yt-dlp gui wrapper

Awesome Lists containing this project

README

        

# YouTube Downloader

## TL;DR

A simple GUI application to download youtube videos (arm Mac only)

## Screenshot

![img.png](misc/screenshot.png)

## Requirements

- Java 21

## Run

```shell
./gradlew run
```

## Build

Single binary

```shell
./gradlew createDistribution
```

Package

```shell
./gradlew packageDmg
```