Struct url_scraper::UrlScraper[][src]

pub struct UrlScraper { /* fields omitted */ }

Stores the HTML document in memory.

Methods

impl UrlScraper
[src]

Constructs a new scraper from a given URL.

Use an existing reqwest::Client to make a request.

In case the HTML has already been fetched in advance, this can be used to parse from it directly.

Important traits for UrlIter<'a, 'b>

Fetch the URLs using an iterator.

Auto Trait Implementations

impl !Send for UrlScraper

impl !Sync for UrlScraper