You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ x-crawl is a flexible Node.js multifunctional crawler library. Flexible usage an
21
21
-**🧾 Capture Record** - Capture and record crawling, and use colored strings to remind in the terminal.
22
22
-**🦾 TypeScript** - Own types, implement complete types through generics.
23
23
24
-
## Relationship with Puppeteer
24
+
## Sponsor
25
25
26
-
The crawlPage API has built-in [puppeteer](https://github.com/puppeteer/puppeteer), you only need to pass in some configuration options to let x-crawl help you complete some operations, and the result will expose the Brower instance and the Page instance Come out, the Brower instance and Page instance you get will be intact, and x-crawl will not rewrite them.
26
+
x-crawl is an open source project under the MIT license, completely free to use. If you benefit from the projects I develop and maintain at work, please consider supporting my work through the [Afdian](https://afdian.net/a/coderhxl) platform.
27
27
28
28
# Table of Contents
29
29
@@ -115,9 +115,12 @@ The crawlPage API has built-in [puppeteer](https://github.com/puppeteer/puppetee
115
115
-[CrawlFileSingleResult](#CrawlFileSingleResult)
116
116
-[API Other](#API-Other)
117
117
-[AnyObject](#AnyObject)
118
+
-[FAQ](#FAQ)
119
+
-[The relationship between crawlPage API and puppeteer](#The-relationship-between-crawlPage-API-and-puppeteer)
### The relationship between crawlPage API and puppeteer
1770
+
1771
+
The crawlPage API has built-in [puppeteer](https://github.com/puppeteer/puppeteer), you only need to pass in some configuration options to let x-crawl help you simplify the operation and get the intact Brower instance and Page instance , x-crawl does not override it.
If you have questions, needs, or good suggestions, you can raise them at [GitHub Issues](https://github.com/coder-hxl/x-crawl/issues).
1784
+
1785
+
### Sponsor
1786
+
1787
+
x-crawl is an open source project under the MIT license, completely free to use. If you benefit from the projects I develop and maintain at work, please consider supporting my work through the [Afdian](https://afdian.net/a/coderhxl) platform.
0 commit comments