Expand description
§crawlkit-parser
HTML 解析与内容提取模块。
基于 scraper(html5ever)和 dom_smoothie(Readability 模式)实现。
Re-exports§
pub use html::Article;pub use html::LinkSelectorType;pub use html::extract_absolute_links;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_links;pub use html::extract_links_by_selector;pub use html::extract_links_by_xpath;pub use html::extract_readable_content;pub use html::extract_texts;pub use html::resolve_url;pub use html::try_extract_links;pub use scraper;pub use skyscraper;
Modules§
- html
- HTML 解析工具集