VideoLibrary 3.2.3
dotnet add package VideoLibrary --version 3.2.3
NuGet\Install-Package VideoLibrary -Version 3.2.3
<PackageReference Include="VideoLibrary" Version="3.2.3" />
paket add VideoLibrary --version 3.2.3
#r "nuget: VideoLibrary, 3.2.3"
// Install VideoLibrary as a Cake Addin
#addin nuget:?package=VideoLibrary&version=3.2.3
// Install VideoLibrary as a Cake Tool
#tool nuget:?package=VideoLibrary&version=3.2.3
libvideo
libvideo (aka VideoLibrary) is a modern .NET library for downloading YouTube videos. It is portable to most platforms and is very lightweight.
Documentation
Installation
You can grab a copy of the library on NuGet by running:
Install-Package VideoLibrary
Alternatively, you can try building the repo if you like your assemblies extra-fresh.
Supported Platforms
- NET ve .NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0
- .NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
- Mono | 4.6, 5.4, 6.4
- Xamarin.iOS | 10.0, 10.14, 12.16
- Xamarin.Mac | 3.0, 3.8, 5.16
- Xamarin.Android | 7.0, 8.0, 10.0
- Universal Windows Platform | 8.0, 8.1, 10.0, 10.0.16299, TBD
- Unity | 2018,
Getting Started
Here's a small sample to help you get familiar with libvideo:
using VideoLibrary;
void SaveVideoToDisk(string link)
{
var youTube = YouTube.Default; // starting point for YouTube actions
var video = youTube.GetVideo(link); // gets a Video object with info about the video
File.WriteAllBytes(@"C:\" + video.FullName, video.GetBytes());
}
Or, if you use Visual Basic:
Imports VideoLibrary
Sub SaveVideoToDisk(ByVal link As String)
Dim video = YouTube.Default.GetVideo(link)
File.WriteAllBytes("C:\" & video.FullName, video.GetBytes())
End Sub
If you'd like to check out some more of our features, take a look at our docs. You can also refer to our example application (named Valks, yes, I know, it's a silly name) if you're looking for a more comprehensive sample.
License
libvideo is licensed under the BSD 2-clause license.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on VideoLibrary:
Package | Downloads |
---|---|
VideoLibrary.Compat
libvideo (aka VideoLibrary) is a modern .NET library for downloading YouTube videos. It is portable to most platforms and is very lightweight. Find us on GitHub at https://github.com/omansak/libvideo |
|
DotImaging.IO.Web
Image or video download/streaming (direct video link or Youtube links). |
|
Braco.Services.Media
Media service implementations used for downloading and splitting media. |
|
WibuTube
Downloads video from YouTube Converts it to mp3 Adds some other information to the mp3 file |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on VideoLibrary:
Repository | Stars |
---|---|
dajuric/dot-imaging
Minimalistic .NET imaging portable platform
|
|
suicvne/DiscordSharp
A .Net API for Discord written in C#
|
Version | Downloads | Last updated | |
---|---|---|---|
3.2.3 | 4,191 | 12/28/2022 | |
3.2.2 | 5,648 | 9/17/2022 | |
3.2.1 | 1,921 | 8/30/2022 | |
3.2.0 | 546 | 8/30/2022 | |
3.1.9 | 92,591 | 2/7/2022 | |
3.1.8 | 576 | 2/7/2022 | |
3.1.7 | 517 | 2/7/2022 | |
3.1.6 | 1,701 | 2/2/2022 | |
3.1.5 | 774 | 2/2/2022 | |
3.1.4 | 6,849 | 11/7/2021 | |
3.1.4-pre | 271 | 11/3/2021 | |
3.1.3-pre | 226 | 11/3/2021 | |
3.1.2 | 12,207 | 4/21/2021 | |
3.1.1 | 808 | 4/15/2021 | |
3.1.0 | 2,645 | 2/24/2021 | |
3.0.9 | 2,888 | 1/3/2021 | |
3.0.8 | 5,265 | 11/3/2020 | |
3.0.7 | 7,227 | 10/28/2020 | |
3.0.6 | 3,942 | 7/29/2020 | |
3.0.5 | 970 | 7/22/2020 | |
3.0.4 | 1,571 | 7/10/2020 | |
3.0.3 | 568 | 7/10/2020 | |
3.0.2 | 1,900 | 5/30/2020 | |
3.0.1 | 2,381 | 4/10/2020 | |
3.0.0 | 5,979 | 12/21/2019 | |
2.0.3 | 17,025 | 11/17/2018 | |
2.0.2 | 2,039 | 10/13/2018 | |
2.0.1 | 1,419 | 9/27/2018 | |
2.0.0 | 8,029 | 5/27/2018 | |
2.0.0-beta | 889 | 5/21/2018 | |
1.4.0 | 1,429 | 5/20/2018 | |
1.3.7 | 1,387 | 5/6/2018 | |
1.3.6 | 2,239 | 4/13/2018 | |
1.3.6-beta | 1,070 | 4/9/2018 | |
1.3.6-alpha | 1,375 | 1/7/2018 | |
1.3.5 | 8,472 | 8/19/2017 | |
1.3.4 | 53,203 | 6/23/2016 | |
1.3.3 | 15,914 | 12/19/2015 | |
1.3.2 | 1,576 | 12/12/2015 | |
1.3.1 | 2,068 | 9/22/2015 | |
1.3.0 | 1,392 | 9/20/2015 | |
1.2.0 | 1,305 | 9/20/2015 | |
1.1.0 | 1,382 | 9/19/2015 | |
1.0.0 | 1,771 | 8/28/2015 | |
0.9.0 | 1,501 | 8/28/2015 | |
0.8.0 | 1,746 | 8/27/2015 | |
0.7.0 | 1,533 | 8/25/2015 | |
0.6.2 | 1,366 | 8/25/2015 | |
0.6.1 | 1,591 | 8/25/2015 | |
0.6.0 | 1,580 | 8/24/2015 | |
0.5.0 | 1,394 | 8/24/2015 | |
0.4.2 | 1,694 | 8/21/2015 | |
0.4.1 | 1,575 | 8/21/2015 | |
0.4.0 | 1,391 | 8/20/2015 | |
0.3.5 | 1,359 | 8/17/2015 | |
0.3.4 | 1,077 | 8/17/2015 | |
0.3.3 | 1,430 | 8/17/2015 | |
0.3.2 | 1,395 | 8/17/2015 | |
0.3.1 | 2,518 | 8/1/2015 |
Removed JS Engine