feedfinder

Crates.iofeedfinder
lib.rsfeedfinder
version0.4.0
sourcesrc
created_at2018-05-27 07:29:20.722795
updated_at2021-12-14 09:42:00.95316
descriptionAuto-discovery of feeds in HTML content
homepage
repositoryhttps://github.com/wezm/feedfinder
max_upload_size
id67217
size48,166
Wesley Moore (wezm)

documentation

https://docs.rs/feedfinder/

README

Feed Finder

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

Build Status Docs on docs.rs crates.io

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.

Commit count: 41

cargo fmt