pub fn extract_link_feeds(document: &Html, base_url: Option<&Url>) -> Vec<Feed>Expand description
从 HTML 文档的 <link> 标签中提取 Feed 列表。
扫描 link[type="application/rss+xml"]、
link[type="application/atom+xml"]、
link[type="application/feed+json"] 等标签,
提取其 href、title 等属性并解析 Feed 类型。