A program that allows you to download videos, music and playlists from YouTube written in C# and WinUI 3.
Find a file
2026-02-23 21:56:38 -03:00
YT Downloader style(csharp): format all code with CSharpier 2026-02-23 18:14:39 -03:00
.csharpierignore chore(csharpier): add csharpierignore 2026-02-23 21:56:38 -03:00
.gitattributes Adicione .gitattributes, .gitignore e README.md. 2024-04-06 15:07:15 -03:00
.gitignore Ffmpeg removed 2024-10-11 13:37:58 -03:00
dotnet-tools.json style(csharp): format all code with CSharpier 2026-02-23 18:14:39 -03:00
LICENSE Added LICENSE 2024-10-14 22:12:30 -03:00
README.md docs(readme): add a reference for YoutubeExplode 2026-01-07 11:29:40 -03:00
YT Downloader.ico Improved icon && Added Icon and title to window 2024-04-26 20:25:21 -03:00
YT Downloader.png Improved icon && Added Icon and title to window 2024-04-26 20:25:21 -03:00
YT Downloader.slnx chore(solution): migrate to slnx 2026-01-20 21:08:59 -03:00

YT-Downloader Logo YT Downloader

GitHub Repo stars GitHub last commit GitHub repo size

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

image image image

📥 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.
  • 📦 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.