youtube-dl-wpf
WPF GUI for youtube-dl and yt-dlp.
File Explorer
Download Latest Version (.zip)- build.yml
- release.yml
- launch.json
- tasks.json
- Program.cs
- YoutubeDl.LogReplay.csproj
- BackendArgument.cs
- BackendInstance.cs
- BackendService.cs
- BackendTypes.cs
- ObservableSettings.cs
- Preset.cs
- QueuedTextBoxSink.cs
- Settings.cs
- SettingsJsonSerializerContext.cs
- RobotoMono-Bold.ttf
- RobotoMono-BoldItalic.ttf
- RobotoMono-ExtraLight.ttf
- RobotoMono-ExtraLightItalic.ttf
- RobotoMono-Italic.ttf
- RobotoMono-Light.ttf
- RobotoMono-LightItalic.ttf
- RobotoMono-Medium.ttf
- RobotoMono-MediumItalic.ttf
- RobotoMono-Regular.ttf
- RobotoMono-SemiBold.ttf
- RobotoMono-SemiBoldItalic.ttf
- RobotoMono-Thin.ttf
- RobotoMono-ThinItalic.ttf
- FileHelper.cs
- PathHelper.cs
- WpfHelper.cs
- AddArgumentViewModel.cs
- ArgumentChipViewModel.cs
- GetStartedDialogViewModel.cs
- HistoryItemViewModel.cs
- HomeViewModel.cs
- MainWindowViewModel.cs
- PresetDialogViewModel.cs
- SettingsViewModel.cs
- AddArgumentView.xaml
- AddArgumentView.xaml.cs
- ArgumentChipView.xaml
- ArgumentChipView.xaml.cs
- GetStartedDialogView.xaml
- GetStartedDialogView.xaml.cs
- HistoryItemView.xaml
- HistoryItemView.xaml.cs
- HomeView.xaml
- HomeView.xaml.cs
- PresetDialogView.xaml
- PresetDialogView.xaml.cs
- SettingsView.xaml
- SettingsView.xaml.cs
- app.manifest
- App.xaml
- App.xaml.cs
- AssemblyInfo.cs
- CubeYouTubeDownloader.ico
- MainWindow.xaml
- MainWindow.xaml.cs
- NativeMethods.txt
- YoutubeDl.Wpf.csproj
- PresetToArgsTests.cs
- YoutubeDl.Wpf.Tests.csproj
- .gitignore
- Backends.md
- CubeYouTubeDownloader.png
- home.webp
- LICENSE
- README.md
- renovate.json
- settings.webp
- youtube-dl-wpf.slnx
# Installation Guide
1. Get the code
git clone https://github.com/database64128/youtube-dl-wpf
Downloads the entire project code from GitHub to your computer.
cd youtube-dl-wpf
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet build -c Release
Type this command into your terminal and run it.
dotnet publish YoutubeDl.Wpf -c Release
Type this command into your terminal and run it.
dotnet publish YoutubeDl.Wpf -c Release -r win-x64 --self-contained
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
