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 0b53d84 commit f739a50Copy full SHA for f739a50
demo/src/main/java/cn/wanghaomiao/crawlers/Basic.java
@@ -16,7 +16,7 @@
16
public class Basic extends BaseSeimiCrawler {
17
@Override
18
public String[] startUrls() {
19
- return new String[]{"http://www.cnblogs.com/"};
+ return new String[]{"http://www.cnblogs.com/","http://www.cnblogs.com/"};
20
}
21
22
demo/src/main/java/cn/wanghaomiao/main/Boot.java
@@ -9,6 +9,6 @@
9
public class Boot {
10
public static void main(String[] args){
11
Seimi s = new Seimi();
12
- s.start("intercept");
+ s.start("basic");
13
14
0 commit comments