A program that allows you to download videos, music and playlists from YouTube written in C# and WinUI 3.
  • C# 97.4%
  • Inno Setup 2.6%
Find a file
2026-04-28 16:28:01 -03:00
.github/workflows ci(gha): automate FFmpeg download on full publish 2026-04-28 16:22:58 -03:00
Packaging fix(packaging): set correct AppId 2026-04-28 16:01:45 -03:00
YTDownloader chore(version): bump to 2.5.2 2026-04-28 16:28:01 -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 chore(gitignore): comment .pubxml line 2026-04-28 15:43:48 -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): update to use new repo name and screenshots 2026-04-28 15:26:54 -03:00
YTDownloader.ico chore(ico): reduce resolution to 32x32 2026-04-28 15:42:48 -03:00
YTDownloader.png chore(project): rename to YTDownloader to follow .NET naming conventions 2026-04-28 15:06:41 -03:00
YTDownloader.slnx chore(project): rename to YTDownloader to follow .NET naming conventions 2026-04-28 15:06:41 -03:00

YTDownloader 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 YTDownloader.Setup.exe;
    • Run YTDownloader.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/ytdownloader;
    • 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.