view myrss/myrss_test_feed.py @ 72:c7bbd3805509

myrss: handle missing item links case
author paulo
date Fri, 08 Jan 2016 23:49:53 -0800
parents 315afeb47e52
children e2817e789895
line source
1 import datetime
3 import myrss_app
6 x = myrss_app._process_feed(open("yahoo_blogs.rss.xml"))
7 y = myrss_app._to_html(datetime.datetime.now(), [x])
9 print y