pub fn links_from_html(
    url: &Url,
    str: String
) -> (String, BTreeSet<Url>, BTreeSet<Url>)