Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/retheviper/youtubedownloader
- Owner: retheviper
- Created: 2023-01-31T01:37:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T12:40:41.000Z (30 days ago)
- Last Synced: 2024-11-26T13:36:11.109Z (30 days ago)
- Topics: compose-desktop, ffmpeg, gradle, homebrew, kotlin, yt-dlp
- Language: Kotlin
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```