millipede-html
HtmlCrawler for the Millipede web crawler: HTML parsing via scraper.
This crate adds synchronized HTML parsing, owned CSS-selector helpers, and link extraction to Millipede's HTTP crawler. Its public selectors! macro caches validated selectors for reuse.
Installation
[]
= "0.1"
Most users should depend on the umbrella millipede crate instead.
Example
use Arc;
use Crawler;
use ;
use MemoryStorageClient;
selectors!
# async
Part of Millipede
See the Millipede guide for crawler concepts, link discovery, routing, and scraping patterns.
License
Licensed under either MIT OR Apache-2.0 at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate is dual-licensed as above, without any additional terms or conditions.