fix
parent
516ff3310d
commit
29c6a03f60
|
@ -14,7 +14,7 @@ import us.codecraft.webmagic.annotation.TargetUrl;
|
||||||
public class IteyeBlog implements Blog{
|
public class IteyeBlog implements Blog{
|
||||||
|
|
||||||
@ExtractBy("//title")
|
@ExtractBy("//title")
|
||||||
private int title;
|
private String title;
|
||||||
|
|
||||||
@ExtractBy(value = "div#blog_content",type = ExtractBy.Type.Css)
|
@ExtractBy(value = "div#blog_content",type = ExtractBy.Type.Css)
|
||||||
private String content;
|
private String content;
|
||||||
|
|
Loading…
Reference in New Issue