File tree Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,8 @@ The crawlPage API internally uses the [puppeteer](https://github.com/puppeteer/p
26
26
# Table of Contents
27
27
28
28
- [ Install] ( #Install )
29
-
30
29
- [ Example] ( #Example )
31
-
32
30
- [ Core concepts] ( #Core-concepts )
33
-
34
31
- [ Create application] ( #Create-application )
35
32
- [ An example of a crawler application] ( #An-example-of-a-crawler-application )
36
33
- [ Choose crawling mode] ( #Choose-crawling-mode )
@@ -47,9 +44,7 @@ The crawlPage API internally uses the [puppeteer](https://github.com/puppeteer/p
47
44
- [ Priority queue] ( #Priority-queue )
48
45
- [ About results] ( #About-results )
49
46
- [ TypeScript] ( #TypeScript )
50
-
51
47
- [ API] ( #API )
52
-
53
48
- [ xCrawl] ( #xCrawl )
54
49
- [ Type] ( #Type )
55
50
- [ Example] ( #Example-1 )
@@ -68,9 +63,7 @@ The crawlPage API internally uses the [puppeteer](https://github.com/puppeteer/p
68
63
- [ crawlPolling] ( #crawlPolling )
69
64
- [ Type] ( #Type-4 )
70
65
- [ Example] ( #Example-5 )
71
-
72
66
- [ Types] ( #Types )
73
-
74
67
- [ API Config] ( #API-Config )
75
68
- [ API Config Other] ( #API-Config-Other )
76
69
- [ IntervalTime] ( #IntervalTime )
@@ -100,7 +93,6 @@ The crawlPage API internally uses the [puppeteer](https://github.com/puppeteer/p
100
93
- [ CrawlFileRes] ( #CrawlFileRes )
101
94
- [ API Other] ( #API-Other )
102
95
- [ AnyObject] ( #AnyObject )
103
-
104
96
- [ More] ( #More )
105
97
106
98
## Install
Original file line number Diff line number Diff line change @@ -26,11 +26,8 @@ crawlPage API 内部使用 [puppeteer](https://github.com/puppeteer/puppeteer)
26
26
# 目录
27
27
28
28
- [ 安装] ( #安装 )
29
-
30
29
- [ 示例] ( #示例 )
31
-
32
30
- [ 核心概念] ( #核心概念 )
33
-
34
31
- [ 创建应用] ( #创建应用 )
35
32
- [ 一个爬虫应用实例] ( #一个爬虫应用实例 )
36
33
- [ 选择爬取模式] ( #选择爬取模式 )
@@ -47,9 +44,7 @@ crawlPage API 内部使用 [puppeteer](https://github.com/puppeteer/puppeteer)
47
44
- [ 优先队列] ( #优先队列 )
48
45
- [ 关于结果] ( #关于结果 )
49
46
- [ TypeScript] ( #TypeScript )
50
-
51
47
- [ API] ( #API )
52
-
53
48
- [ xCrawl] ( #xCrawl )
54
49
- [ 类型] ( #类型 )
55
50
- [ 示例] ( #示例-1 )
@@ -69,9 +64,7 @@ crawlPage API 内部使用 [puppeteer](https://github.com/puppeteer/puppeteer)
69
64
- [ 类型] ( #类型-4 )
70
65
- [ 示例] ( #示例-5 )
71
66
- [ 类型] ( #类型-5 )
72
-
73
67
- [ API Config] ( #API-Config )
74
-
75
68
- [ API Config Other] ( #API-Config-Other )
76
69
- [ IntervalTime] ( #IntervalTime )
77
70
- [ Method] ( #Method )
@@ -100,7 +93,6 @@ crawlPage API 内部使用 [puppeteer](https://github.com/puppeteer/puppeteer)
100
93
- [ CrawlFileRes] ( #CrawlFileRes )
101
94
- [ API Other] ( #API-Other )
102
95
- [ AnyObject] ( #AnyObject )
103
-
104
96
- [ 更多] ( #更多 )
105
97
106
98
## 安装
Original file line number Diff line number Diff line change @@ -26,11 +26,8 @@ The crawlPage API internally uses the [puppeteer](https://github.com/puppeteer/p
26
26
# Table of Contents
27
27
28
28
- [ Install] ( #Install )
29
-
30
29
- [ Example] ( #Example )
31
-
32
30
- [ Core concepts] ( #Core-concepts )
33
-
34
31
- [ Create application] ( #Create-application )
35
32
- [ An example of a crawler application] ( #An-example-of-a-crawler-application )
36
33
- [ Choose crawling mode] ( #Choose-crawling-mode )
@@ -47,9 +44,7 @@ The crawlPage API internally uses the [puppeteer](https://github.com/puppeteer/p
47
44
- [ Priority queue] ( #Priority-queue )
48
45
- [ About results] ( #About-results )
49
46
- [ TypeScript] ( #TypeScript )
50
-
51
47
- [ API] ( #API )
52
-
53
48
- [ xCrawl] ( #xCrawl )
54
49
- [ Type] ( #Type )
55
50
- [ Example] ( #Example-1 )
@@ -68,9 +63,7 @@ The crawlPage API internally uses the [puppeteer](https://github.com/puppeteer/p
68
63
- [ crawlPolling] ( #crawlPolling )
69
64
- [ Type] ( #Type-4 )
70
65
- [ Example] ( #Example-5 )
71
-
72
66
- [ Types] ( #Types )
73
-
74
67
- [ API Config] ( #API-Config )
75
68
- [ API Config Other] ( #API-Config-Other )
76
69
- [ IntervalTime] ( #IntervalTime )
@@ -100,7 +93,6 @@ The crawlPage API internally uses the [puppeteer](https://github.com/puppeteer/p
100
93
- [ CrawlFileRes] ( #CrawlFileRes )
101
94
- [ API Other] ( #API-Other )
102
95
- [ AnyObject] ( #AnyObject )
103
-
104
96
- [ More] ( #More )
105
97
106
98
## Install
You can’t perform that action at this time.
0 commit comments