rss-conduit

Streaming parser/renderer for the RSS standard.

Version on this page:0.4.2.2@rev:1
LTS Haskell 22.14:0.6.0.1
Stackage Nightly 2023-12-26:0.6.0.1
Latest on Hackage:0.6.0.1

See all snapshots rss-conduit appears in

LicenseRef-PublicDomain licensed and maintained by
This version can be pinned in stack with:rss-conduit-0.4.2.2@sha256:2d88ef26458af747e24a35617b0a10f07fa55baaddab8b6806535229b70baef8,2736

rss-conduit

This Haskell library implements a streaming parser/renderer for the RSS 2.0 syndication format, and a streaming parser for the RSS 1.0 syndication format, based on conduits.

Parsers are lenient as much as possible. E.g. unexpected tags are simply ignored.