VideoLibrary.Compat
3.2.7
See the version list below for details.
dotnet add package VideoLibrary.Compat --version 3.2.7
NuGet\Install-Package VideoLibrary.Compat -Version 3.2.7
<PackageReference Include="VideoLibrary.Compat" Version="3.2.7" />
paket add VideoLibrary.Compat --version 3.2.7
#r "nuget: VideoLibrary.Compat, 3.2.7"
// Install VideoLibrary.Compat as a Cake Addin #addin nuget:?package=VideoLibrary.Compat&version=3.2.7 // Install VideoLibrary.Compat as a Cake Tool #tool nuget:?package=VideoLibrary.Compat&version=3.2.7
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, 4.8.2
- 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 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. 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. |
-
.NETStandard 2.0
- VideoLibrary (>= 3.2.7)
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 | |
---|---|---|---|
3.2.8 | 127 | a month ago | |
3.2.7 | 93 | a month ago | |
3.2.6 | 248 | 5 months ago | |
3.2.5 | 125 | 7 months ago | |
3.2.4 | 125 | 8 months ago | |
3.2.3 | 969 | 12/28/2022 | |
3.2.2 | 1,849 | 9/17/2022 | |
3.2.1 | 615 | 8/30/2022 | |
3.2.0 | 408 | 8/30/2022 | |
3.1.9 | 2,017 | 2/7/2022 | |
3.1.8 | 479 | 2/7/2022 | |
3.1.7 | 485 | 2/7/2022 | |
3.1.6 | 691 | 2/2/2022 | |
3.1.5 | 647 | 2/2/2022 | |
3.1.4 | 1,223 | 11/7/2021 | |
3.1.4-pre | 307 | 11/3/2021 | |
3.1.3-pre | 275 | 11/3/2021 | |
3.1.2 | 911 | 4/21/2021 | |
3.1.1 | 440 | 4/15/2021 | |
3.1.0 | 1,352 | 2/24/2021 | |
3.0.9 | 776 | 1/3/2021 | |
3.0.8 | 941 | 11/3/2020 | |
3.0.7 | 653 | 10/28/2020 | |
3.0.6 | 1,174 | 7/29/2020 | |
3.0.5 | 690 | 7/22/2020 | |
3.0.4 | 1,217 | 7/10/2020 | |
3.0.3 | 518 | 7/10/2020 | |
3.0.2 | 768 | 5/30/2020 | |
3.0.1 | 960 | 4/10/2020 | |
3.0.0 | 1,319 | 12/21/2019 | |
2.0.3 | 1,528 | 11/17/2018 | |
2.0.2 | 1,021 | 10/13/2018 | |
2.0.1 | 1,013 | 9/27/2018 | |
2.0.0 | 5,821 | 5/27/2018 | |
2.0.0-beta | 1,007 | 5/21/2018 | |
1.4.0 | 1,212 | 5/20/2018 | |
1.3.7 | 1,216 | 5/6/2018 | |
1.3.6 | 1,409 | 4/13/2018 | |
1.3.6-beta | 996 | 4/9/2018 | |
1.3.5 | 1,517 | 8/19/2017 | |
1.3.4 | 1,922 | 6/23/2016 | |
1.3.3 | 1,448 | 12/19/2015 | |
1.3.2 | 1,946 | 12/12/2015 | |
1.3.1 | 1,383 | 9/22/2015 | |
1.3.0 | 1,333 | 9/20/2015 | |
1.2.0 | 1,303 | 9/20/2015 | |
1.1.0 | 1,307 | 9/19/2015 | |
1.0.0 | 1,771 | 8/28/2015 | |
0.8.0 | 1,781 | 8/27/2015 | |
0.4.0 | 1,736 | 8/25/2015 | |
0.3.2 | 1,726 | 8/25/2015 | |
0.3.1 | 1,766 | 8/25/2015 | |
0.3.0 | 1,709 | 8/24/2015 | |
0.2.2 | 1,696 | 8/21/2015 | |
0.2.1 | 1,694 | 8/21/2015 | |
0.2.0 | 1,271 | 8/21/2015 | |
0.1.1 | 1,869 | 8/18/2015 | |
0.1.0 | 1,723 | 8/18/2015 |
- Add visitorData to IOS agent
- Upgrade .NET 2.0
- Remove JsonNewtonSoft