1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-06 01:15:05 -05:00
SickRage/lib/feedparser/tests/wellformed/rss/item_pubDate.xml

12 lines
233 B
XML
Raw Normal View History

<!--
Description: item pubDate
Expect: not bozo and entries[0]['published'] == u'Thu, 01 Jan 2004 19:48:21 GMT'
-->
<rss version="2.0">
<channel>
<item>
<pubDate>Thu, 01 Jan 2004 19:48:21 GMT</pubDate>
</item>
</channel>
</rss>