VideoLibrary 3.2.6
dotnet add package VideoLibrary --version 3.2.6
NuGet\Install-Package VideoLibrary -Version 3.2.6
<PackageReference Include="VideoLibrary" Version="3.2.6" />
paket add VideoLibrary --version 3.2.6
#r "nuget: VideoLibrary, 3.2.6"
// Install VideoLibrary as a Cake Addin #addin nuget:?package=VideoLibrary&version=3.2.6 // Install VideoLibrary as a Cake Tool #tool nuget:?package=VideoLibrary&version=3.2.6
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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.1 is compatible. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 was computed. net451 was computed. net452 was computed. net46 was computed. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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.6 | 1,602 | 10/1/2024 | |
3.2.5 | 3,094 | 7/30/2024 | |
3.2.4 | 2,892 | 6/24/2024 | |
3.2.3 | 41,806 | 12/28/2022 | |
3.2.2 | 10,578 | 9/17/2022 | |
3.2.1 | 3,012 | 8/30/2022 | |
3.2.0 | 1,578 | 8/30/2022 | |
3.1.9 | 98,139 | 2/7/2022 | |
3.1.8 | 1,679 | 2/7/2022 | |
3.1.7 | 1,576 | 2/7/2022 | |
3.1.6 | 3,399 | 2/2/2022 | |
3.1.5 | 1,850 | 2/2/2022 | |
3.1.4 | 9,035 | 11/7/2021 | |
3.1.4-pre | 1,180 | 11/3/2021 | |
3.1.3-pre | 1,120 | 11/3/2021 | |
3.1.2 | 19,028 | 4/21/2021 | |
3.1.1 | 1,796 | 4/15/2021 | |
3.1.0 | 3,780 | 2/24/2021 | |
3.0.9 | 4,072 | 1/3/2021 | |
3.0.8 | 6,470 | 11/3/2020 | |
3.0.7 | 8,432 | 10/28/2020 | |
3.0.6 | 5,502 | 7/29/2020 | |
3.0.5 | 2,009 | 7/22/2020 | |
3.0.4 | 2,676 | 7/10/2020 | |
3.0.3 | 1,607 | 7/10/2020 | |
3.0.2 | 3,036 | 5/30/2020 | |
3.0.1 | 3,501 | 4/10/2020 | |
3.0.0 | 7,116 | 12/21/2019 | |
2.0.3 | 18,929 | 11/17/2018 | |
2.0.2 | 3,136 | 10/13/2018 | |
2.0.1 | 2,496 | 9/27/2018 | |
2.0.0 | 9,215 | 5/27/2018 | |
2.0.0-beta | 1,891 | 5/21/2018 | |
1.4.0 | 2,532 | 5/20/2018 | |
1.3.7 | 2,468 | 5/6/2018 | |
1.3.6 | 3,285 | 4/13/2018 | |
1.3.6-beta | 2,052 | 4/9/2018 | |
1.3.6-alpha | 2,355 | 1/7/2018 | |
1.3.5 | 11,483 | 8/19/2017 | |
1.3.4 | 56,279 | 6/23/2016 | |
1.3.3 | 19,097 | 12/19/2015 | |
1.3.2 | 2,656 | 12/12/2015 | |
1.3.1 | 3,314 | 9/22/2015 | |
1.3.0 | 2,524 | 9/20/2015 | |
1.2.0 | 2,377 | 9/20/2015 | |
1.1.0 | 2,487 | 9/19/2015 | |
1.0.0 | 2,864 | 8/28/2015 | |
0.9.0 | 2,588 | 8/28/2015 | |
0.8.0 | 2,897 | 8/27/2015 | |
0.7.0 | 2,596 | 8/25/2015 | |
0.6.2 | 2,497 | 8/25/2015 | |
0.6.1 | 2,734 | 8/25/2015 | |
0.6.0 | 2,710 | 8/24/2015 | |
0.5.0 | 2,487 | 8/24/2015 | |
0.4.2 | 2,859 | 8/21/2015 | |
0.4.1 | 2,719 | 8/21/2015 | |
0.4.0 | 2,527 | 8/20/2015 | |
0.3.5 | 2,446 | 8/17/2015 | |
0.3.4 | 2,049 | 8/17/2015 | |
0.3.3 | 2,494 | 8/17/2015 | |
0.3.2 | 2,444 | 8/17/2015 | |
0.3.1 | 3,727 | 8/1/2015 |
Change agent suite