Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naveensagar765/yt-dlp-gui

Youtube Downloader GUI is a graphical interface for yt-dlp/YDownloader built using PySide6.
https://github.com/naveensagar765/yt-dlp-gui

gui gui-application pyside6 yt-dlp yt-downloader

Last synced: 4 days ago
JSON representation

Youtube Downloader GUI is a graphical interface for yt-dlp/YDownloader built using PySide6.

Awesome Lists containing this project

README

        

# Youtube Downloader GUI

YouTube Downloader GUI is a graphical interface for yt-dlp/YDownloader built using PySide6.

![Yt-dlp-Gui ScreenShot](images/preview_yt-dlp-gui.png)

## Features
![Yt-dlp-Gui Themes](images/preview-themes.png)
1. **Custom Download Formats.**
2. **Custom Themes.**
3. **Download Management.**
4. **Max Quality Video or Playlist Download.**
5. **Adding Chapters,Thumbnail,Subtitles with blocking sponsors.**

## Installation

### Step 1: Installing ffmpeg (Windows)

1. **Download ffmpeg:**
- Visit [ffmpeg.org](https://ffmpeg.org/download.html) and download the latest Windows build.
- Extract the downloaded zip file to a location on your computer (e.g., `C:\ffmpeg`).

2. **Add ffmpeg to the system path:**
- Right-click on "This PC" or "Computer" on your desktop or in File Explorer.
- Click on "Properties" -> "Advanced system settings" -> "Environment Variables".
- In the "System variables" section, select the "Path" variable and click "Edit".
- Click "New" and add the path to the directory where ffmpeg.exe is located (e.g., `C:\ffmpeg`).
- Click "OK" to save the changes.

### Step 2: Setting up the YouTube Downloader GUI

## Download Executable from [releases](https://github.com/naveensagar765/yt-dlp-gui/releases/)
#### Or

1. **Clone the repository:**
```bash
git clone https://github.com/naveensagar765/yt-dlp-gui
cd yt-dlp-gui

2. **Install dependencies:**
`pip install -r requirements.txt`

3. **Run the application:**
`python main.py`

Contributing
------------

Contributions are welcome! Here are a few ways you can contribute:

- **Cross-platform Support:** Help make YouTube Downloader GUI cross-platform by modifying the codebase to support macOS and Linux.
- **Bug Reports:** Report bugs and issues by opening an issue on GitHub.
- **Feature Requests:** Suggest new features or improvements.
- **Documentation:** Improve the project's documentation and README.

Roadmap
-------

- Implement support for macOS and Linux.
- Enhance user interface with additional features.

License
-------

This project is licensed under the MIT License - see the LICENSE file for details.