clean-web-scraper 4.2.1 → 4.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
@@ -172,13 +172,13 @@ The actual article content starts here. This is the clean, processed text of the
|
|
172
172
|
### 📑 Text Files with Metadata (texts_with_metadata/*.txt)
|
173
173
|
|
174
174
|
```text
|
175
|
-
articleTitle:
|
176
|
-
description: This is a great article about
|
175
|
+
articleTitle: Palestine history
|
176
|
+
description: This is a great article about Palestine history
|
177
177
|
author: John Doe
|
178
178
|
language: en
|
179
179
|
dateScraped: 2024-01-20T10:30:00Z
|
180
180
|
|
181
|
-
|
181
|
+
---
|
182
182
|
|
183
183
|
The actual article content starts here. This is the clean, processed text of the article that was extracted from the webpage.
|
184
184
|
```
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "clean-web-scraper",
|
3
|
-
"version": "4.2.
|
3
|
+
"version": "4.2.3",
|
4
4
|
"main": "main.js",
|
5
5
|
"scripts": {
|
6
6
|
"start": "node main.js",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"description": "",
|
25
25
|
"dependencies": {
|
26
26
|
"@mozilla/readability": "^0.6.0",
|
27
|
-
"axios": "^1.
|
27
|
+
"axios": "^1.8.3",
|
28
28
|
"eslint": "^9.17.0",
|
29
29
|
"jsdom": "^26.0.0",
|
30
30
|
"puppeteer": "^24.1.1",
|