YoutubeExtractor 0.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package YoutubeExtractor --version 0.2.0
NuGet\Install-Package YoutubeExtractor -Version 0.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="YoutubeExtractor" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="YoutubeExtractor" Version="0.2.0" />
<PackageReference Include="YoutubeExtractor" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add YoutubeExtractor --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: YoutubeExtractor, 0.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package YoutubeExtractor@0.2.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=YoutubeExtractor&version=0.2.0
#tool nuget:?package=YoutubeExtractor&version=0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 4.0.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 | 477,792 | 6/29/2016 |
| 0.10.10 | 6,301 | 1/4/2016 |
| 0.10.9 | 1,791 | 12/31/2015 |
| 0.10.8 | 4,146 | 12/21/2015 |
| 0.10.7 | 2,718 | 11/17/2015 |
| 0.10.6 | 7,486 | 1/17/2015 |
| 0.10.5 | 1,749 | 1/16/2015 |
| 0.10.4.1 | 7,520 | 8/27/2014 |
| 0.10.4 | 1,740 | 8/27/2014 |
| 0.10.3 | 1,856 | 8/7/2014 |
| 0.10.2 | 1,813 | 7/31/2014 |
| 0.10.1 | 2,100 | 6/12/2014 |
| 0.10.0 | 1,840 | 6/5/2014 |
| 0.9.5 | 2,397 | 4/10/2014 |
| 0.9.4 | 1,904 | 4/7/2014 |
| 0.9.3 | 1,844 | 4/5/2014 |
| 0.9.2 | 1,823 | 3/26/2014 |
| 0.9.1 | 1,780 | 3/26/2014 |
| 0.9.0 | 1,839 | 3/26/2014 |
| 0.2.0 | 1,962 | 7/6/2012 |
Loading failed
FEATURES:
- Added support for full HD WebM (format code 46).
- Added support for some 3GP format (format code 36).
CHANGES:
- DownloadUrlResolver.GetDownloadUrls now throws ArgumentException, instead of
InvalidOperationException, if the YouTube url is not valid.
- Updated JSON.NET to version 4.5.7