extract

Function extract 

Source
pub fn extract<R>(
    input: &mut R,
    url: &Url,
    opts: ExtractOptions<'_>,
) -> Result<Readable, ReadabilityError>
where R: Read,
Expand description

Extract content from an HTML reader.