Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sera619/youtubedownloader_winui3
Youtubevideo converter & downloader in .NET WinUI 3
https://github.com/sera619/youtubedownloader_winui3
Last synced: 1 day ago
JSON representation
Youtubevideo converter & downloader in .NET WinUI 3
- Host: GitHub
- URL: https://github.com/sera619/youtubedownloader_winui3
- Owner: sera619
- License: mit
- Created: 2024-07-09T23:22:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T00:33:24.000Z (4 months ago)
- Last Synced: 2024-07-10T03:51:21.768Z (4 months ago)
- Language: C#
- Homepage:
- Size: 584 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Youtube Download .NET WinUI 3
This application allows you to download YouTube playlists or individual YouTube videos as MP3 audio files.
## Features
- **Download YouTube Playlists:** Easily download entire YouTube playlists with just a few clicks.
- **Download Individual Files:** Download specific YouTube videos as MP3 audio files.
- **User-Friendly Interface:** Built with WinUI 3 for a modern and intuitive user experience.## Requirements
- Windows x64 10 or higher
- .NET 8.0
- WinUI 3## Installation
1. Navigate to the [relase](https://github.com/sera619/YoutubeDownloader_WinUI3/releases) page and download the current version.
2. Extract the zip file.
3. Run the "YTDownloader.exe" in the extracted directory.## Usage
Download single videos
1. Launch the application.
2. Navigate to the "Video Download" tab.
3. Enter the URL of the YouTube video URL you want to download.
4. Click "Add to list" to add the Video in the download queque
5. Click "Download" to start the download process.
6. Click "Open Directory" to open the save directory in windows explorer.
7. Click "Clear List" to clear the download queque.## Contributing
Contributions are welcome! If you have suggestions, feature requests, or bug reports, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Acknowledgments
- **WinUI 3:** Modern UI framework by Microsoft.
- **.NET 8:** Cross-platform runtime by Microsoft.