Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/naveensagar765/yt-dlp-gui
- Owner: naveensagar765
- License: mit
- Created: 2024-07-08T10:59:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T13:43:17.000Z (4 months ago)
- Last Synced: 2024-08-20T06:39:52.243Z (3 months ago)
- Topics: gui, gui-application, pyside6, yt-dlp, yt-downloader
- Language: Python
- Homepage:
- Size: 728 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/)
#### Or1. **Clone the repository:**
```bash
git clone https://github.com/naveensagar765/yt-dlp-gui
cd yt-dlp-gui2. **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.