1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
SickRage/lib/feedparser/tests/wellformed/rss/channel_lastBuildDate.xml

10 lines
228 B
XML
Raw Normal View History

<!--
Description: channel lastBuildDate
Expect: not bozo and feed['updated'] == u'Sat, 07 Sep 2002 00:00:01 GMT'
-->
<rss version="2.0">
<channel>
<lastBuildDate>Sat, 07 Sep 2002 00:00:01 GMT</lastBuildDate>
</channel>
</rss>