VideoExtractor 1.1.1

dotnet add package VideoExtractor --version 1.1.1
NuGet\Install-Package VideoExtractor -Version 1.1.1
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="VideoExtractor" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VideoExtractor --version 1.1.1
#r "nuget: VideoExtractor, 1.1.1"
#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.
// Install VideoExtractor as a Cake Addin
#addin nuget:?package=VideoExtractor&version=1.1.1

// Install VideoExtractor as a Cake Tool
#tool nuget:?package=VideoExtractor&version=1.1.1

DescriptiVideoExtractor is a library to extract the download link from YouTube, Facebook & Vimeo videos.

Sample:

*Youtube*

YoutubeVideo video = new YoutubeVideo("YQHsXMglC9A");

var result = await video.ExtractAsync();

*Vimeo*

VimeoVideo video = new VimeoVideo("145612004");

var result = await video.ExtractAsync();

*Facebook*

FacebookVideo video = new FacebookVideo("https://www.facebook.com/htv3.tv/videos/10153774844909501");

var result = await video.ExtractAsync();

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 1,958 12/27/2015
0.1.0 1,809 12/25/2015

+ Add Facebook video extractor
+ Remove title in ctor
+ Add title property to video infor