https://github.com/gerev/nsoup
NSoup is a .NET port of the jsoup (http://jsoup.org) HTML parser and sanitizer originally written in Java
https://github.com/gerev/nsoup
c-sharp dot-net html-parser jsoup
Last synced: 6 months ago
JSON representation
NSoup is a .NET port of the jsoup (http://jsoup.org) HTML parser and sanitizer originally written in Java
- Host: GitHub
- URL: https://github.com/gerev/nsoup
- Owner: GeReV
- License: mit
- Created: 2015-08-20T11:49:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T11:45:23.000Z (over 6 years ago)
- Last Synced: 2025-04-10T00:05:07.777Z (6 months ago)
- Topics: c-sharp, dot-net, html-parser, jsoup
- Language: C#
- Size: 517 KB
- Stars: 154
- Watchers: 15
- Forks: 50
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**NSoup is currently unmaintained.**
At this time, I am not actively working on this library. However, I will happily accept any help and pull requests, and perhaps return to working on it, should it gain any more traction.
The source code has been migrated from CodePlex in the hopes it will get picked up by the GitHub community. It is by now fairly outdated and perhaps should be ported from latest *jsoup* scratch.
# 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](https://github.com/jhy).
Ported to .NET by Amir Grozki.## Features
- jQuery-like CSS selectors for finding and extracting data from HTML pages.
- Sanitize HTML sent from untrusted sources.
- Manipulate HTML documents.