readabilityrs 0.1.3

A Rust port of Mozilla's Readability library for extracting article content from web pages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "readability-benchmark",
  "version": "1.0.0",
  "description": "Benchmark comparing readabilityrs with Mozilla Readability.js",
  "type": "module",
  "scripts": {
    "benchmark": "node benchmark.js",
    "compare": "node compare.js"
  },
  "dependencies": {
    "@mozilla/readability": "^0.5.0",
    "jsdom": "^24.0.0"
  }
}