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.
- Host: GitHub
- URL: https://github.com/venipa/ytdlp-gui
- Owner: Venipa
- License: agpl-3.0
- Created: 2025-02-18T01:50:09.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-25T05:15:19.000Z (about 1 month ago)
- Last Synced: 2025-04-05T13:33:19.494Z (26 days ago)
- Topics: youtube-dl, yt-dlp, yt-dlp-gui, ytdl, ytdl-core, ytdlp-deskop, ytdlp-gui
- Language: TypeScript
- Homepage: https://ytdlpd.venipa.net
- Size: 3.29 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```