Skip to content
/ NSoup Public
forked from GeReV/NSoup

NSoup is a .NET port of the jsoup (http://jsoup.org) HTML parser and sanitizer originally written in Java

Notifications You must be signed in to change notification settings

kk9599/NSoup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSoup

NSoup is a .NET port of the jsoup (https://github.com/jhy/jsoup) HTML parser and sanitizer originally written in Java.

jsoup originally written by Jonathan Hedley. Ported to .NET by Amir Grozki.

NOTE: (2015-08-20) I have migrated the source code from CodePlex in the hopes it will get picked up by the community. It is by now fairly outdated and perhaps should be ported from scratch.

NOTE: (2013-07-10) In the last few months I've been struggling with a few tests crashing for some reason I cannot isolate. I've pushed the latest version of the source code, and if anyone can help solve those issues it would greatly help this project.

Features

  • jQuery-like CSS selectors for finding and extracting data from HTML pages.
  • Sanitize HTML sent from untrusted sources.
  • Manipulate HTML documents.

About

NSoup is a .NET port of the jsoup (http://jsoup.org) HTML parser and sanitizer originally written in Java

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 61.3%
  • HTML 38.7%