feedlist: update feeds and remove 404 from screamingroot.org
[planet-ucc.git] / RSS2Writer.py
index cd19d11..2a6ee02 100644 (file)
@@ -23,6 +23,7 @@ class RSS2Writer:
                output  +=      cgi.escape(item.contents)
                output  +=      '\n </description>\n'
                output  +=      '<pubDate>%s</pubDate>\n' % time.strftime('%a, %d %b %Y %H:%M:%S +0800', time.gmtime(item.itemDate))
+               output  +=      '<comments>%s</comments>\n' % item.commentsURL
                output  +=      '</item>\n'
                return output
        

UCC git Repository :: git.ucc.asn.au