Y2mateApi 1.0.0
dotnet add package Y2mateApi --version 1.0.0
NuGet\Install-Package Y2mateApi -Version 1.0.0
<PackageReference Include="Y2mateApi" Version="1.0.0" />
paket add Y2mateApi --version 1.0.0
#r "nuget: Y2mateApi, 1.0.0"
// 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 | Versions 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. |
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 13.0.2)
-
.NETFramework 4.6.1
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- Newtonsoft.Json (>= 13.0.2)
- System.Text.Json (>= 6.0.7)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- Newtonsoft.Json (>= 13.0.2)
- System.Text.Json (>= 6.0.7)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 13.0.2)
- System.Text.Json (>= 6.0.7)
-
net5.0
- Newtonsoft.Json (>= 13.0.2)
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 | 419 | 2/3/2023 |