clean-web-scraper 4.3.2 → 4.3.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.
Files changed (2) hide show
  1. package/example-usage.js +1 -0
  2. package/package.json +1 -1
package/example-usage.js CHANGED
@@ -273,6 +273,7 @@ async function bdsmovement ( enable )
273
273
  /^https:\/\/bdsmovement\.net\/resources\?type=\d+$/,
274
274
  /^https:\/\/bdsmovement\.net\/news\?type=\d+$/,
275
275
  /^https:\/\/bdsmovement\.net\/news\?campaign=\d+$/,
276
+ /^https:\/\/bdsmovement\.net\/news\?location=\d+$/,
276
277
  ],
277
278
  scrapResultPath: "./dataset/bdsmovement/website",
278
279
  jsonlOutputPath: "./dataset/bdsmovement/train.jsonl",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clean-web-scraper",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "start": "node main.js",