VideoLibrary 3.1.9
Install-Package VideoLibrary -Version 3.1.9
dotnet add package VideoLibrary --version 3.1.9
<PackageReference Include="VideoLibrary" Version="3.1.9" />
paket add VideoLibrary --version 3.1.9
#r "nuget: VideoLibrary, 3.1.9"
// Install VideoLibrary as a Cake Addin
#addin nuget:?package=VideoLibrary&version=3.1.9
// Install VideoLibrary as a Cake Tool
#tool nuget:?package=VideoLibrary&version=3.1.9
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 Core Web/Console/ClassLibrary
- .NET Framework 4.5+
- Windows 10 Universal apps
- Portable Class Libraries
- Xamarin.iOS
- Xamarin.Android
- Mono (Mac/Linux)
- Windows 8.1 and 8.0
- Windows Phone 8.1
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 |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 13.0.1)
- NiL.JS (>= 2.5.1514)
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.1.9 | 6,300 | 2/7/2022 | |
3.1.8 | 132 | 2/7/2022 | |
3.1.7 | 103 | 2/7/2022 | |
3.1.6 | 854 | 2/2/2022 | |
3.1.5 | 262 | 2/2/2022 | |
3.1.4 | 4,654 | 11/7/2021 | |
3.1.4-pre | 235 | 11/3/2021 | |
3.1.3-pre | 184 | 11/3/2021 | |
3.1.2 | 10,017 | 4/21/2021 | |
3.1.1 | 623 | 4/15/2021 | |
3.1.0 | 2,285 | 2/24/2021 | |
3.0.9 | 2,551 | 1/3/2021 | |
3.0.8 | 3,520 | 11/3/2020 | |
3.0.7 | 6,821 | 10/28/2020 | |
3.0.6 | 3,321 | 7/29/2020 | |
3.0.5 | 807 | 7/22/2020 | |
3.0.4 | 1,399 | 7/10/2020 | |
3.0.3 | 425 | 7/10/2020 | |
3.0.2 | 1,727 | 5/30/2020 | |
3.0.1 | 2,167 | 4/10/2020 | |
3.0.0 | 5,773 | 12/21/2019 | |
2.0.3 | 16,269 | 11/17/2018 | |
2.0.2 | 1,880 | 10/13/2018 | |
2.0.1 | 1,232 | 9/27/2018 | |
2.0.0 | 7,840 | 5/27/2018 | |
2.0.0-beta | 837 | 5/21/2018 | |
1.4.0 | 1,236 | 5/20/2018 | |
1.3.7 | 1,216 | 5/6/2018 | |
1.3.6 | 2,059 | 4/13/2018 | |
1.3.6-beta | 1,010 | 4/9/2018 | |
1.3.6-alpha | 1,303 | 1/7/2018 | |
1.3.5 | 7,861 | 8/19/2017 | |
1.3.4 | 50,629 | 6/23/2016 | |
1.3.3 | 13,230 | 12/19/2015 | |
1.3.2 | 1,402 | 12/12/2015 | |
1.3.1 | 1,742 | 9/22/2015 | |
1.3.0 | 1,204 | 9/20/2015 | |
1.2.0 | 1,112 | 9/20/2015 | |
1.1.0 | 1,175 | 9/19/2015 | |
1.0.0 | 1,544 | 8/28/2015 | |
0.9.0 | 1,335 | 8/28/2015 | |
0.8.0 | 1,518 | 8/27/2015 | |
0.7.0 | 1,315 | 8/25/2015 | |
0.6.2 | 1,171 | 8/25/2015 | |
0.6.1 | 1,372 | 8/25/2015 | |
0.6.0 | 1,364 | 8/24/2015 | |
0.5.0 | 1,230 | 8/24/2015 | |
0.4.2 | 1,421 | 8/21/2015 | |
0.4.1 | 1,361 | 8/21/2015 | |
0.4.0 | 1,228 | 8/20/2015 | |
0.3.5 | 1,143 | 8/17/2015 | |
0.3.4 | 931 | 8/17/2015 | |
0.3.3 | 1,248 | 8/17/2015 | |
0.3.2 | 1,214 | 8/17/2015 | |
0.3.1 | 2,295 | 8/1/2015 |
n signature fix regex