@letsscrapedata/scraper 0.0.90 → 0.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letsscrapedata/scraper",
3
- "version": "0.0.90",
3
+ "version": "0.2.0",
4
4
  "description": "Web scraper that scraping web pages by LetsScrapeData XML template",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -48,7 +48,7 @@
48
48
  "captcha"
49
49
  ],
50
50
  "dependencies": {
51
- "@letsscrapedata/controller": "^0.0.71",
51
+ "@letsscrapedata/controller": "^0.2.0",
52
52
  "@letsscrapedata/proxy": "^0.0.27",
53
53
  "@letsscrapedata/utils": "^0.0.33",
54
54
  "cheerio": "^1.0.0",
package/readme.md CHANGED
@@ -15,7 +15,7 @@
15
15
 
16
16
  1. Template driven web scraping
17
17
 
18
- - you can quickly [design templates](https://doc.letsscrapedata.com/template/) for scraping different websites.
18
+ - you can quickly [design templates](https://letsscrapedata.github.io/scraper/#/template/) for scraping different websites.
19
19
  - The templates are intuitive and easier to maintain.
20
20
 
21
21
  2. Browser operations supported by the [controller](https://www.npmjs.com/package/@letsscrapedata/controller) package