Skip to content

原内容抓取只能抓符合条件的第一段内容,不太适合论坛这类单页面多段内容的网站。 #120

@weakestan

Description

@weakestan

建议将原文:this.content = this.handleContentText(this.$content.html(), this.info);
修改为:this.content = this.handleContentText($('<div>').append(this.$content).html(), this.info);
就能适配多段内容页面。
变相还可以把页面内需要显示其他内容也抓进正文。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions