ManuHub.Ytdlp 6.3.3

Prefix Reserved
dotnet add package ManuHub.Ytdlp --version 6.3.3
                    
NuGet\Install-Package ManuHub.Ytdlp -Version 6.3.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ManuHub.Ytdlp" Version="6.3.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ManuHub.Ytdlp" Version="6.3.3" />
                    
Directory.Packages.props
<PackageReference Include="ManuHub.Ytdlp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ManuHub.Ytdlp --version 6.3.3
                    
#r "nuget: ManuHub.Ytdlp, 6.3.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ManuHub.Ytdlp@6.3.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ManuHub.Ytdlp&version=6.3.3
                    
Install as a Cake Addin
#tool nuget:?package=ManuHub.Ytdlp&version=6.3.3
                    
Install as a Cake Tool

Static Badge NuGet Version NuGet Downloads

ManuHub.Ytdlp

ManuHub.Ytdlp provides the latest stable yt-dlp executable bundled as a NuGet package for use in .NET applications.

This package is intended for developers who want to use yt-dlp without requiring a system-wide installation, making it ideal for desktop apps, CI/CD pipelines, and self-contained deployments.

The yt-dlp binary is included in the package and placed in the Tools directory.

✨ Features

  • Latest stable yt-dlp executable
  • No external yt-dlp installation required
  • Simple integration with .NET projects
  • Works seamlessly with FFmpeg / FFprobe companion packages
  • Suitable for Windows desktop, automation, and build pipelines

📦 Package Contents

Tools/
 └─ yt-dlp.exe

🚀 Usage

yt-dlp can be executed directly from the tools directory or copied to your application’s output folder at build time.

Example command-line usage:

yt-dlp https://www.youtube.com/watch?v=VIDEO_ID

When using FFmpeg for post-processing, pair this package with:

  • ManuHub.FFmpeg – Latest FFmpeg for post-processing
  • ManuHub.FFprobe – Latest FFprobe for media inspection

⚠ Disclaimer

This package redistributes the official, unmodified yt-dlp executable.

  • yt-dlp is a third-party project
  • This package is not affiliated with or endorsed by the yt-dlp project
  • No modifications are made to the original binary

📜 License & Attribution

This package

The packaging logic and metadata are licensed under the MIT License.

yt-dlp

yt-dlp is licensed under the Unlicense.

Project website

🧠 Versioning

The NuGet package version follows the yt-dlp release version.

Packaging-only updates may use an additional revision number when required.

Example:- yt-dlp.exe v2026.2.21 - ManuHub.Ytdlp v6.2.21

⭐ Why this package?

Because sometimes you just want:

  • dotnet restore
  • run yt-dlp
  • done 😄

No installers. No PATH issues. No surprises.

Supported Sites

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.3.3 0 3/4/2026
6.2.21-preview.3 34 2/26/2026