YoutubeExtractor 0.3.3
        
        
                                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.3.3
NuGet\Install-Package YoutubeExtractor -Version 0.3.3
        
        
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.3.3" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="YoutubeExtractor" Version="0.3.3" />
<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.3.3
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: YoutubeExtractor, 0.3.3"
        
        
#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.3.3
        
        
#: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.3.3
#tool nuget:?package=YoutubeExtractor&version=0.3.3
        
        
 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.
This package has no dependencies.
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.6 | 1,757 | 1/17/2015 | 
| 0.10.5 | 65 | 1/16/2015 | 
| 0.10.4.1 | 1,205 | 8/27/2014 | 
| 0.10.4 | 61 | 8/27/2014 | 
| 0.10.3 | 205 | 8/7/2014 | 
| 0.10.2 | 52 | 7/31/2014 | 
| 0.10.1 | 220 | 6/12/2014 | 
| 0.10.0 | 50 | 6/5/2014 | 
| 0.9.5 | 66 | 4/10/2014 | 
| 0.9.4 | 50 | 4/7/2014 | 
| 0.9.3 | 48 | 4/5/2014 | 
| 0.9.2 | 60 | 3/26/2014 | 
| 0.9.1 | 50 | 3/26/2014 | 
| 0.9.0 | 48 | 3/26/2014 | 
| 0.8.1 | 53 | 3/8/2014 | 
| 0.8.0 | 52 | 3/8/2014 | 
| 0.7.1 | 48 | 3/8/2014 | 
| 0.7.0 | 89 | 12/27/2013 | 
| 0.6.3.2-alpha | 47 | 7/8/2013 | 
| 0.6.3.1-alpha | 40 | 7/7/2013 | 
| 0.6.2 | 80 | 6/20/2013 | 
| 0.6.1 | 41 | 6/20/2013 | 
| 0.6.0 | 44 | 6/19/2013 | 
| 0.5.0 | 61 | 2/16/2013 | 
| 0.4.2 | 63 | 1/13/2013 | 
| 0.4.1 | 47 | 12/20/2012 | 
| 0.4.0 | 44 | 11/24/2012 | 
| 0.3.4 | 44 | 9/26/2012 | 
| 0.3.3 | 44 | 9/24/2012 | 
| 0.3.2 | 44 | 9/17/2012 | 
| 0.3.1 | 45 | 9/17/2012 | 
| 0.3.0.1 | 45 | 9/8/2012 | 
| 0.3.0 | 44 | 9/8/2012 | 
| 0.2.1 | 48 | 8/19/2012 | 
| 0.2.0 | 43 | 7/6/2012 | 
| 0.1.0 | 47 | 3/9/2012 | 
| 0.0.0 | 48 | 3/8/2012 | 
CHANGES:
- The AudioDownloader.Execute method can now throw the 
  "AudioExtractionException", that is thrown when an error occurs during audio 
  extraction.
IMPROVEMENTS:
- Added more documentation for exception handling.
BUGFIXES:
- The VideoDownloader.Execute method doesn't swallow exceptions anymore.