Skip to content

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

License

Notifications You must be signed in to change notification settings

CraftingDragon007/YouTubeDlpGui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages