Skip to content

Commit b2cb808

Browse files
committed
v0.1.2
1 parent a2c7df4 commit b2cb808

10 files changed

Lines changed: 92 additions & 104 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# trafilatura
1+
# napi-rs-trafilatura
22

33
Fast and accurate web content extraction for Node.js.
44

5-
A high-performance NAPI bindings for [rs-trafilatura](https://github.com/Murrough-Foley/rs-trafilatura) - a Rust port of [trafilatura](https://github.com/adbar/trafilatura). Extracts clean, readable content from web pages while removing boilerplate, navigation, and advertisements.
5+
High-performance NAPI bindings for [rs-trafilatura](https://github.com/Murrough-Foley/rs-trafilatura) - a Rust port of [trafilatura](https://github.com/adbar/trafilatura). Extracts clean, readable content from web pages while removing boilerplate, navigation, and advertisements.
66

77
## Features
88

lib/index.js

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trafilatura-darwin-arm64",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"cpu": [
55
"arm64"
66
],
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/gorango/trafilatura.git"
15+
"url": "git+https://github.com/gorango/napi-rs-trafilatura.git"
1616
},
1717
"os": [
1818
"darwin"

npm/darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trafilatura-darwin-x64",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"cpu": [
55
"x64"
66
],
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/gorango/trafilatura.git"
15+
"url": "git+https://github.com/gorango/napi-rs-trafilatura.git"
1616
},
1717
"os": [
1818
"darwin"

npm/linux-arm64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trafilatura-linux-arm64-gnu",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"cpu": [
55
"arm64"
66
],
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/gorango/trafilatura.git"
15+
"url": "git+https://github.com/gorango/napi-rs-trafilatura.git"
1616
},
1717
"os": [
1818
"linux"

npm/linux-x64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trafilatura-linux-x64-gnu",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"cpu": [
55
"x64"
66
],
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/gorango/trafilatura.git"
15+
"url": "git+https://github.com/gorango/napi-rs-trafilatura.git"
1616
},
1717
"os": [
1818
"linux"

npm/win32-arm64-msvc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trafilatura-win32-arm64-msvc",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"cpu": [
55
"arm64"
66
],
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/gorango/trafilatura.git"
15+
"url": "git+https://github.com/gorango/napi-rs-trafilatura.git"
1616
},
1717
"os": [
1818
"win32"

npm/win32-x64-msvc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trafilatura-win32-x64-msvc",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"cpu": [
55
"x64"
66
],
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/gorango/trafilatura.git"
15+
"url": "git+https://github.com/gorango/napi-rs-trafilatura.git"
1616
},
1717
"os": [
1818
"win32"

package-lock.json

Lines changed: 9 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
22
"name": "trafilatura",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Fast and accurate web content extraction",
5+
"keywords": [
6+
"content-extraction",
7+
"crawling",
8+
"nlp",
9+
"scraping",
10+
"trafilatura"
11+
],
512
"license": "MIT",
613
"repository": {
714
"type": "git",
8-
"url": "git+https://github.com/gorango/trafilatura.git"
15+
"url": "git+https://github.com/gorango/napi-rs-trafilatura.git"
916
},
1017
"files": [
1118
"lib"
@@ -22,16 +29,15 @@
2229
"prepublishOnly": "napi prepublish -t npm"
2330
},
2431
"devDependencies": {
25-
"@napi-rs/cli": "^3.6.2",
26-
"@types/node": "^25.6.0"
32+
"@napi-rs/cli": "^3.6.2"
2733
},
2834
"optionalDependencies": {
29-
"trafilatura-darwin-arm64": "0.1.1",
30-
"trafilatura-darwin-x64": "0.1.1",
31-
"trafilatura-linux-arm64-gnu": "0.1.1",
32-
"trafilatura-linux-x64-gnu": "0.1.1",
33-
"trafilatura-win32-arm64-msvc": "0.1.1",
34-
"trafilatura-win32-x64-msvc": "0.1.1"
35+
"trafilatura-darwin-arm64": "0.1.2",
36+
"trafilatura-darwin-x64": "0.1.2",
37+
"trafilatura-linux-arm64-gnu": "0.1.2",
38+
"trafilatura-linux-x64-gnu": "0.1.2",
39+
"trafilatura-win32-arm64-msvc": "0.1.2",
40+
"trafilatura-win32-x64-msvc": "0.1.2"
3541
},
3642
"napi": {
3743
"binaryName": "trafilatura",
@@ -44,4 +50,4 @@
4450
"aarch64-pc-windows-msvc"
4551
]
4652
}
47-
}
53+
}

0 commit comments

Comments
 (0)