Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Media Downloader logo



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.**