Skip to content

Repository files navigation

NReadability

Description

NReadability cleans up hard-to-read articles on the Web. It's a tool for removing clutter from HTML pages so that they are more enjoyable to read.

The NReadability package consists of the .NET class library and a simple console application.

NReadability is a C# port of Arc90's Readability bookmarklet.

Installation

You can start using NReadability right away by installing the NuGet package:

PM> Install-Package NReadability

Getting Started

In order to transcode content downloaded from the Web:

vartranscoder=newNReadabilityTranscoder();stringcontent;using(varwc=newWebClient()){content=wc.DownloadString("https://github.com/marek-stoj/NReadability");}boolsuccess;stringtranscodedContent=transcoder.Transcode(content,outsuccess);

Or even simpler:

vartranscoder=newNReadabilityWebTranscoder();boolsuccess;stringtranscodedContent=transcoder.Transcode("https://github.com/marek-stoj/NReadability",outsuccess);

About

NReadability is a tool for removing clutter from HTML pages so that they are more enjoyable to read.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages