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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -765,7 +765,7 @@ More configuration options can view [CrawlPageDetailTargetConfig](#CrawlPageDeta
765
765
766
766
##### 4.Advanced config - CrawlPageAdvancedConfig
767
767
768
-
This is an advanced configuration, targets is a mixed target array configuration. if you want to crawl multiple pages, and the request configuration (proxy, cookies, retry, etc.) does not want to be written repeatedly, if you need an interval, you can try this way of writing:
768
+
This is an advanced configuration, targets is a mixed target array configuration. if you want to crawl multiple pages and request configurations (proxy, cookies, retries, etc.) that you don't want to write repeatedly, but also need interval time, device fingerprint, lifecycle, etc., try this:
769
769
770
770
```js
771
771
importxCrawlfrom'x-crawl'
@@ -922,7 +922,7 @@ More configuration options can view [CrawlDataDetailTargetConfig](#CrawlDataDeta
922
922
923
923
##### 4.Advanced config - CrawlDataAdvancedConfig
924
924
925
-
This is an advanced configuration, targets is a mixed target array configuration. if you want to crawl multiple data, and the request configuration (proxy, cookies, retry, etc.) does not want to be written repeatedly, if you need an interval, you can try this writing method:
925
+
This is an advanced configuration, targets is a mixed target array configuration. if you want to crawl more than one piece of data and request configurations (proxy, cookies, retries, etc.) don't want to write twice, but also need interval time, device fingerprint, lifecycle, etc., try this:
926
926
927
927
```js
928
928
importxCrawlfrom'x-crawl'
@@ -1064,7 +1064,7 @@ More configuration options can view [CrawlFileDetailTargetConfig](#CrawlFileDeta
1064
1064
1065
1065
##### 3.Advanced config CrawlFileAdvancedConfig
1066
1066
1067
-
This is an advanced configuration, targets is a mixed target array configuration. if you want to crawl multiple data, and the request configuration (storeDir, proxy, retry, etc.) does not want to be written repeatedly, and you need interval time, etc., you can try this way of writing:
1067
+
This is an advanced configuration, targets is a mixed target array configuration. if you want to crawl more than one piece of data and request configurations (proxy, storeDir, retry, etc.) don't want to write twice, but also need interval time, device fingerprint, life cycle, etc., try this:
0 commit comments