Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaeljacquin/media-downloader
Cross-platform audio/video downloader
https://github.com/gaeljacquin/media-downloader
javascript nextjs react rust tailwindcss tauri typescript
Last synced: about 2 months ago
JSON representation
Cross-platform audio/video downloader
- Host: GitHub
- URL: https://github.com/gaeljacquin/media-downloader
- Owner: gaeljacquin
- License: gpl-3.0
- Created: 2024-03-26T02:25:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T01:16:02.000Z (7 months ago)
- Last Synced: 2024-11-09T12:03:00.294Z (2 months ago)
- Topics: javascript, nextjs, react, rust, tailwindcss, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 64.2 MB
- Stars: 32
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - yt-dlp GUI - Cross-platform GUI client for the `yt-dlp` command-line audio/video downloader. (Applications / Audio & Video)
README
Media Downloader
[![publish](https://github.com/gaeljacquin/media-downloader/actions/workflows/publish.yml/badge.svg)](https://github.com/gaeljacquin/media-downloader/actions/workflows/publish.yml)
GUI for yt-dlp## Features
- Cross platform
- Modern UI
- Dark mode
- Console logs
- Hide in system tray
- *__And more to come...__*## Screenshots
![](/screenshots/win11_1.png)![](/screenshots/win11_2.png)
![](/screenshots/win11_3.png)
![](/screenshots/win11_4.png)
![](/screenshots/win11_5.png)
## Instructions
### Install
1. Head over to [Releases](https://github.com/gaeljacquin/media-downloader/releases)
2. Add [yt-dlp](https://github.com/yt-dlp/yt-dlp/) to PATH
3. Add [FFmpeg](https://ffmpeg.org/download.html) to PATH (optional)### Build
1. Clone the repository
2. Add [yt-dlp](https://github.com/yt-dlp/yt-dlp/) to PATH
3. Add [FFmpeg](https://ffmpeg.org/download.html) to PATH (optional)
4. Install other [prerequisites](https://tauri.app/v1/guides/getting-started/prerequisites/)
5. Run the build command## Important Notes
**Builds and installers were (so far) only tested on Windows 11.**