https://github.com/txg0fk3/ytdownloader
A program that allows you to download videos, music and playlists from YouTube written in C# and WinUI 3.
https://github.com/txg0fk3/ytdownloader
csharp downloader-for-youtube mvvm uwp windows winui3
Last synced: about 2 months ago
JSON representation
A program that allows you to download videos, music and playlists from YouTube written in C# and WinUI 3.
- Host: GitHub
- URL: https://github.com/txg0fk3/ytdownloader
- Owner: TXG0Fk3
- License: gpl-3.0
- Created: 2024-04-06T18:07:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-28T19:35:25.000Z (2 months ago)
- Last Synced: 2026-04-28T21:04:26.679Z (2 months ago)
- Topics: csharp, downloader-for-youtube, mvvm, uwp, windows, winui3
- Language: C#
- Homepage:
- Size: 17.2 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/Tyrrrz/YoutubeExplode). The interface is built using WinUI 3.
📥 Installation
- ⬇️ With Installer:
- Go to [Releases](https://github.com/TXG0Fk3/YTDownloader/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](https://scoop.sh/):
- Ensure you have Scoop running on your machine; you can install it [here](https://scoop.sh/);
- Add [Asterism](https://github.com/TXG0Fk3/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](../../issues) 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](LICENSE) file for details.