view myrss/myrss_test_feed.py @ 75:ec48011dca1e

pics2: lazy load images in index page
author paulo
date Thu, 11 Feb 2016 00:02:19 -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