Crates.io | feedfinder |
lib.rs | feedfinder |
version | 0.4.0 |
source | src |
created_at | 2018-05-27 07:29:20.722795 |
updated_at | 2021-12-14 09:42:00.95316 |
description | Auto-discovery of feeds in HTML content |
homepage | |
repository | https://github.com/wezm/feedfinder |
max_upload_size | |
id | 67217 |
size | 48,166 |
A Rust crate for auto-discovering RSS, Atom, JSON feeds.
Minimum Supported Rust Version: 1.46.0
Documentation is available on docs.rs.
feedfinder
can find feeds:
<link>
tag in the HTML<a>
tag in the HTMLSee the documentation for an example as well as the examples directory in
the source. Examples are runnable with cargo run --example example-name
.
Some logic derived from FeedFinder in Feedbin.