feed-rs 2.3.1

A feed parser that handles Atom, RSS 2.0, RSS 1.0, RSS 0.x and JSON Feed
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" >
  <updated>2022-04-27T09:26:27+00:00</updated>
  <id>https://numi.st/feed.xml</id>
  <title type="html">my cool website title</title>
  <entry>
    <title type="html">my cool entry title</title>
    <updated>2022-04-21T00:00:00+00:00</updated>
    <id>https://numi.st/post/2022/travel-uke</id>
    <content type="html" xml:base="https://numi.st/post/2022/travel-uke/">
      <![CDATA[<p><img src="IMG_1232.jpeg" /></p>]]>
    </content>
    <author><name>Not Blank</name></author>
  </entry>
</feed>