mirror of
https://github.com/TXG0Fk3/YT-Downloader.git
synced 2026-03-19 12:04:22 -03:00
A program that allows you to download videos, music and playlists from YouTube written in C# and WinUI 3.
- C# 100%
| YT Downloader | ||
| .csharpierignore | ||
| .gitattributes | ||
| .gitignore | ||
| dotnet-tools.json | ||
| LICENSE | ||
| README.md | ||
| YT Downloader.ico | ||
| YT Downloader.png | ||
| YT Downloader.slnx | ||
YT Downloader
📖 Overview
This repository contains the implementation of YT Downloader. This software is a downloader for videos, music, and playlists from YouTube, using C# and YouTubeExplode. The interface is built using WinUI 3.
📥 Installation
- ⬇️ With Installer:
- Go to Releases and download the latest version
YT-Downloader.Setup.exe; - Run
YT-Downloader.Setup.exe, then proceed with the installation, confirm what is necessary, and you're done; - After installation, YT Downloader will be available in your Start Menu.
- Go to Releases and download the latest version
- 📦 With Scoop Package Manager:
- Ensure you have Scoop running on your machine; you can install it here;
- Add Asterism Bucket running this command on Windows Terminal (CMD/Powershell):
scoop bucket add asterism https://github.com/TXG0Fk3/Asterism; - And finally install YT Downloader:
scoop install asterism/yt-downloader; - The YT Downloader will now be available in your Start Menu, in a folder called "Scoop Apps"; you can run it from there.
🤝 Contributing
Contributions are welcome! You can help improve YT Downloader in several ways:
- 🐛 Report issues: Found a bug or unexpected behavior? Open an issue describing the problem.
- ✨ Suggest features: Have an idea to make YT Downloader better? Share it in the issues tab.
- 🔧 Submit pull requests: Fix bugs, improve code quality, or add new features.
📜 License
This project is licensed under the GPL-3.0. See the LICENSE file for details.