This is a simple dialog that allows you to download videos from YouTube using yt-dlp.
Just download the precompiled binary from the release tab.
Note: If you are on Mac Os, you'll need to download the dylib files in the same directory as the executable.
Of course you could also build the application using dotnet.
dotnet publish -c release -r {os} -p:PublishSingleFile=true --self-contained true --verbosity Normal -p:PublishTrimmed=True -p:EnableCompressionInSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
Replace {os} with your operating system (linux-x64|win-x64|osx-x64)
This App is licensed under the GNU General Public License v3.0
If you want to contribute to this Project, please open an issue or pull request on GitHub.
- Discord: CraftingDragon007#9504