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 be6f5ff commit e63ee73Copy full SHA for e63ee73
webmagic-core/src/main/java/us/codecraft/webmagic/Page.java
@@ -108,6 +108,7 @@ public Json getJson() {
108
* @deprecated since 0.4.0
109
* The html is parse just when first time of calling {@link #getHtml()}, so use {@link #setRawText(String)} instead.
110
*/
111
+ @Deprecated
112
public void setHtml(Html html) {
113
this.html = html;
114
}
0 commit comments