k0ral / imm

Execute arbitrary actions for each unread element of RSS/Atom feeds
http://hackage.haskell.org/package/imm
Creative Commons Zero v1.0 Universal
16 stars 4 forks source link

support RSS1 feeds #10

Closed legrostdg closed 7 years ago

legrostdg commented 7 years ago

Some (rare) websites still use RSS1 feeds... Would it be possible to support these in imm?

k0ral commented 7 years ago

I'll try and implement that in rss-conduit package, based on this specification. Then imm will benefit from it with minor changes. Would you know of an actual RSS1 feed that I could use for testing purpose ?

legrostdg commented 7 years ago

You can use http://planet.debian.org/rss10.xml

k0ral commented 7 years ago

Implemented in d34061c116156dabb0ec2f7fff65cbeede578ac2. Could you please validate on your side ?

k0ral commented 7 years ago

Integrated in release 1.2.0.0 .