mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 09:25:03 -05:00
10 lines
215 B
XML
10 lines
215 B
XML
|
<!--
|
||
|
Description: channel pubDate
|
||
|
Expect: not bozo and feed['published'] == u'Thu, 01 Jan 2004 19:48:21 GMT'
|
||
|
-->
|
||
|
<rss version="2.0">
|
||
|
<channel>
|
||
|
<pubDate>Thu, 01 Jan 2004 19:48:21 GMT</pubDate>
|
||
|
</channel>
|
||
|
</rss>
|