feedfinder

Rust crate for auto-discovery of feeds in HTML content

MIT License

Downloads
5.5K
Stars
10
Committers
1

Feed Finder

A Rust crate for auto-discovering RSS, Atom, JSON feeds.

Minimum Supported Rust Version: 1.46.0

Documentation

Documentation is available on docs.rs.

Features

feedfinder can find feeds:

  • Linked via the <link> tag in the HTML
  • Linked via <a> tag in the HTML
  • By guessing from the software used to generate the page:
    • Tumblr
    • WordPress
    • Hugo
    • Jekyll
    • Ghost
  • From YouTube:
    • channels
    • playlists
    • users

Examples

See the documentation for an example as well as the examples directory in the source. Examples are runnable with cargo run --example example-name.

Credits

Some logic derived from FeedFinder in Feedbin.

Package Rankings
Top 31.42% on Crates.io
Badges
Extracted from project README
Build Status Docs on docs.rs crates.io