CraftingDragon007 / YouTubeDlpGui

A Gui Application written in C# to make downloading YouTube Videos with yt-dlp easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouTubeDlgGui

This is a simple dialog that allows you to download videos from YouTube using yt-dlp.

How to run

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)

License

This App is licensed under the GNU General Public License v3.0

Contributing

If you want to contribute to this Project, please open an issue or pull request on GitHub.

Contributors

Contact

  • Email
  • Discord: CraftingDragon007#9504

About

A Gui Application written in C# to make downloading YouTube Videos with yt-dlp easier

License:GNU General Public License v3.0


Languages

Language:C# 100.0%