Skip to main content

Crate crawlkit_parser

Crate crawlkit_parser 

Source
Expand description

§crawlkit-parser

HTML 解析与内容提取模块。 基于 scraper(html5ever)和 dom_smoothie(Readability 模式)实现。

Re-exports§

pub use html::Article;
pub use html::LinkSelectorType;
pub use html::extract_article;
pub use html::extract_attributes;
pub use html::extract_content;
pub use html::extract_content_by_selector;
pub use html::extract_readable_content;
pub use html::extract_texts;
pub use html::resolve_url;
pub use scraper;
pub use skyscraper;

Modules§

html
HTML 解析工具集