decruft 0.1.1

Extract clean, readable content from web pages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
```json
{
  "title": "JavaScript Links Test",
  "author": "",
  "site": "",
  "published": ""
}
```

This has a simple js link in a sentence.

Here is a link with onclick and a link with alert that should both be unwrapped.

A **bold js link** should keep its inner HTML.

Normal links like [Example](https://example.com/) and [another page](https://example.com/page) should stay as links.

Mixed: [real link](https://example.com/), then js link, then [another real link](https://example.com/other).