clean-web-scraper 4.2.1 → 4.2.2

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
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: My Awesome Page
176
- description: This is a great article about coding
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.1",
3
+ "version": "4.2.2",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "start": "node main.js",