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
This is a mixed target array configuration. if you want to crawl multiple pages, and some pages need to fail and retry, you can try this way of writing:
737
748
@@ -752,7 +763,7 @@ The res you get will be an array of objects.
752
763
753
764
More configuration options can view [CrawlPageDetailTargetConfig](#CrawlPageDetailTargetConfig).
754
765
755
-
**4. CrawlPageAdvancedConfig**
766
+
##### 4.Advanced config - CrawlPageAdvancedConfig
756
767
757
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:
This is a mixed target array configuration. if you want to crawl multiple data, and some data needs to fail and retry, you can try this way of writing:
894
905
@@ -909,7 +920,7 @@ The res you get will be an array of objects.
909
920
910
921
More configuration options can view [CrawlDataDetailTargetConfig](#CrawlDataDetailTargetConfig).
911
922
912
-
**4.CrawlDataAdvancedConfig**
923
+
##### 4.Advanced config - CrawlDataAdvancedConfig
913
924
914
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:
This is the detailed target array configuration. if you want to crawl multiple files, and some data needs to be retried after failure, you can try this way of writing:
1036
1047
@@ -1051,7 +1062,7 @@ The res you get will be an array of objects.
1051
1062
1052
1063
More configuration options can view [CrawlFileDetailTargetConfig](#CrawlFileDetailTargetConfig).
1053
1064
1054
-
**3. CrawlFileAdvancedConfig**
1065
+
##### 3.Advanced config CrawlFileAdvancedConfig
1055
1066
1056
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:
0 commit comments