Y2mateApi 1.0.0

dotnet add package Y2mateApi --version 1.0.0
NuGet\Install-Package Y2mateApi -Version 1.0.0
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="Y2mateApi" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Y2mateApi --version 1.0.0
#r "nuget: Y2mateApi, 1.0.0"
#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.
// Install Y2mateApi as a Cake Addin
#addin nuget:?package=Y2mateApi&version=1.0.0

// Install Y2mateApi as a Cake Tool
#tool nuget:?package=Y2mateApi&version=1.0.0

<h1 align="center"> Y2mateApi </h1>

<p align="center"> <a href="https://discord.gg/mhxsSMy2Nf"><img src="https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white"></a> <a href="https://nuget.org/packages/Y2mateApi"><img src="https://img.shields.io/nuget/dt/Y2mateApi.svg?label=Downloads&color=%233DDC84&logo=nuget&logoColor=%23fff&style=for-the-badge"></a> </p>

Y2mateApi is an unofficial api for y2mate to analyze, convert and download videos/audio from youtube.

🌟STAR THIS REPOSITORY TO SUPPORT THE DEVELOPER AND ENCOURAGE THE DEVELOPMENT OF THIS PROJECT!

Install

  • πŸ“¦ NuGet: dotnet add package Y2mateApi

Usage

Y2mateApi exposes its functionality through a single entry point β€” the Y2mateClient class. Create an instance of this class and use the provided operations to send requests.

using Y2mateApi;

var y2mate = new Y2mateClient();

// Your youtube url (or id only)
var url = "https://www.youtube.com/watch?v=kRrUDyz6VJ8";

var links = await y2mate.AnalyzeAsync(url);
var selectedLink = links[0];
var downloadUrl = await y2mate.ConvertAsync(selectedLink.Id, url);

// Download from the url...
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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.

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
1.0.0 274 2/3/2023