We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a62a6c commit 5751681Copy full SHA for 5751681
webmagic-samples/src/main/java/us/codecraft/webmagic/samples/PhantomJSPageProcessor.java
@@ -36,7 +36,7 @@ public Site getSite() {
36
}
37
38
public static void main(String[] args) throws Exception {
39
- PhantomJSDownloader phantomDownloader = new PhantomJSDownloader().setRetryNum(3);
+ PhantomJSDownloader phantomDownloader = new PhantomJSDownloader();
40
41
CollectorPipeline<ResultItems> collectorPipeline = new ResultItemsCollectorPipeline();
42
0 commit comments