Fastest youtube downloader API using Y2Mate.com
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
May 9, 2023
$ dotnet add package Y2Sharp
Fastest Youtube downloader api for C# using Y2Mate.com
Created because i found all other youtube downloader apis were too slow for my needs so i decided to create my own using the y2mate.com website.
Sample code
await Y2Sharp.Youtube.Video.GetInfo("videoid !!change this to your video id!!");
var video = new Y2Sharp.Youtube.Video();
await video.DownloadAsync("Music.mp3");
other info:
video.Title
video.ThumbnailURL
video.Url
There is also a WPF demo of this project under the folder Y2SharpWPF
install the latest nuget from https://www.nuget.org/packages/Y2Sharp/ and you can use the command above.
explanations to all the parameters
DownloadAsync(path, type, quality);
If you are having problems please open a new issue or message me in discord Arttu#6180