Skip to content

Commit 8e2da05

Browse files
committed
Update: Docs
1 parent bb46412 commit 8e2da05

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ If you feel good, you can give [x-crawl repository](https://github.com/coder-hxl
1414
- With simple configuration, operations such as crawling pages, batch network requests, and batch download of file resources can be performed.
1515
- Possess polling function to crawl data regularly.
1616
- The built-in puppeteer crawls the page, and uses the jsdom library to analyze the content of the page, and also supports self-analysis.
17+
- Capture and record the success and failure of batch crawling, and highlight the reminders.
1718
- Written in TypeScript, has types, provides generics.
1819

1920
## Relationship with puppeteer

docs/cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ x-crawl 是一个灵活的 nodejs 爬虫库。可以爬取页面并控制页面
1414
- 简单的配置即可抓取页面、批量网络请求以及批量下载文件资源等操作。
1515
- 拥有轮询功能,定时爬取数据。
1616
- 内置 puppeteer 爬取页面,并用采用 jsdom 库对页面内容解析,也支持自行解析。
17+
- 对批量爬取的成功和失败进行捕获记录,并进行高亮的提醒。
1718
- 使用 TypeScript 编写,拥有类型,提供泛型。
1819

1920
## 跟 puppeteer 的关系
@@ -131,7 +132,6 @@ myXCrawl.startPolling({ d: 1 }, () => {
131132
<div align="center">
132133
<img src="https://raw.githubusercontent.com/coder-hxl/x-crawl/main/assets/cn/crawler-result.png" />
133134
</div>
134-
135135
**注意:** 请勿随意爬取,爬取前可查看 **robots.txt** 协议。这里只是为了演示如何使用 x-crawl 。
136136
137137
## 核心概念

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "x-crawl",
4-
"version": "3.2.6",
4+
"version": "3.2.7",
55
"author": "coderHXL",
66
"description": "x-crawl is a flexible nodejs crawler library.",
77
"license": "MIT",

publish/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ If you feel good, you can give [x-crawl repository](https://github.com/coder-hxl
1414
- With simple configuration, operations such as crawling pages, batch network requests, and batch download of file resources can be performed.
1515
- Possess polling function to crawl data regularly.
1616
- The built-in puppeteer crawls the page, and uses the jsdom library to analyze the content of the page, and also supports self-analysis.
17+
- Capture and record the success and failure of batch crawling, and highlight the reminders.
1718
- Written in TypeScript, has types, provides generics.
1819

1920
## Relationship with puppeteer

publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x-crawl",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"author": "coderHXL",
55
"description": "x-crawl is a flexible nodejs crawler library.",
66
"license": "MIT",

0 commit comments

Comments
 (0)