Skip to content

vborovikov/readability

Repository files navigation

Readability

NuGet Downloads Apache 2.0

A C# port of standalone version of the readability library used for Firefox Reader View.

Installation

Readability is available on Nuget:

dotnet add package ReadabilityLib

You can then using Readability; it.

Basic usage

To parse an article, you need to call Parse() method on a Brackets Document object. Here's an example:

var document = await Document.Html.ParseAsync(documentContentStream);
var article = document.Parse();

About

A C# version of the readability lib

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 82

Languages