YoutubeExtractor 0.3.0
See the version list below for details.
dotnet add package YoutubeExtractor --version 0.3.0
NuGet\Install-Package YoutubeExtractor -Version 0.3.0
<PackageReference Include="YoutubeExtractor" Version="0.3.0" />
paket add YoutubeExtractor --version 0.3.0
#r "nuget: YoutubeExtractor, 0.3.0"
// Install YoutubeExtractor as a Cake Addin #addin nuget:?package=YoutubeExtractor&version=0.3.0 // Install YoutubeExtractor as a Cake Tool #tool nuget:?package=YoutubeExtractor&version=0.3.0
YoutubeExtractor is a library to extract the download link from YouTube videos, download them and/or extract their audio track.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 4.5.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on YoutubeExtractor:
Repository | Stars |
---|---|
omansak/libvideo
A lightweight .NET library to download YouTube videos.
|
|
flagbug/Espera
Espera is a media player that plays your music, YouTube videos, SoundCloud songs and has a special "party mode".
|
|
Amine-Smahi/C-Sharp-Learning-Journey
Some of the projects i made when starting to learn c#, winfroms and wpf
|
Version | Downloads | Last updated |
---|---|---|
0.10.11 | 467,093 | 6/29/2016 |
0.10.10 | 5,832 | 1/4/2016 |
0.10.9 | 1,325 | 12/31/2015 |
0.10.8 | 3,526 | 12/21/2015 |
0.10.7 | 2,230 | 11/17/2015 |
0.10.6 | 6,986 | 1/17/2015 |
0.10.5 | 1,284 | 1/16/2015 |
0.10.4.1 | 6,087 | 8/27/2014 |
0.10.4 | 1,273 | 8/27/2014 |
0.10.3 | 1,398 | 8/7/2014 |
0.10.2 | 1,343 | 7/31/2014 |
0.10.1 | 1,620 | 6/12/2014 |
0.10.0 | 1,361 | 6/5/2014 |
0.9.5 | 1,946 | 4/10/2014 |
0.9.4 | 1,427 | 4/7/2014 |
0.9.3 | 1,393 | 4/5/2014 |
0.9.2 | 1,361 | 3/26/2014 |
0.9.1 | 1,308 | 3/26/2014 |
0.9.0 | 1,378 | 3/26/2014 |
0.8.1 | 1,369 | 3/8/2014 |
0.8.0 | 1,335 | 3/8/2014 |
0.7.1 | 1,237 | 3/8/2014 |
0.7.0 | 1,560 | 12/27/2013 |
0.6.3.2-alpha | 1,380 | 7/8/2013 |
0.6.3.1-alpha | 1,245 | 7/7/2013 |
0.6.2 | 2,013 | 6/20/2013 |
0.6.1 | 1,448 | 6/20/2013 |
0.6.0 | 1,427 | 6/19/2013 |
0.5.0 | 1,756 | 2/16/2013 |
0.4.2 | 1,508 | 1/13/2013 |
0.4.1 | 1,402 | 12/20/2012 |
0.4.0 | 1,738 | 11/24/2012 |
0.3.4 | 1,569 | 9/26/2012 |
0.3.3 | 1,413 | 9/24/2012 |
0.3.2 | 1,483 | 9/17/2012 |
0.3.1 | 1,399 | 9/17/2012 |
0.3.0.1 | 1,420 | 9/8/2012 |
0.3.0 | 1,481 | 9/8/2012 |
0.2.1 | 1,412 | 8/19/2012 |
0.2.0 | 1,485 | 7/6/2012 |
0.1.0 | 1,678 | 3/9/2012 |
0.0.0 | 1,463 | 3/8/2012 |
NOTES:
- Warning: This release contains breaking changes!
- The complete VideoInfo class has been overhauled, to support new formats and
features.
FEATURES:
- New video formats, especially 3D formats.
- New audio type: Ogg Vorbis
- The new property "Resolution" returns the video resolution, for example 1080
for a video with a resolution of 1080p.
- The new property "Is3D" indicates, if a video is 3D
- The new property "AudioType" returnsthe audio encoding (Mp3, Aac, Vorbis)
- The new property "AudioBitrate" returns approximate the audio bitrate in
kbit/s.
CHANGES:
- The "VideoFormat" property has been completely removed.