view myrss/myrss_test_feed.py @ 57:b7966ae653f2

pics2: add support for .webm files; add pics.fcgi and index.css
author paulo
date Tue, 14 Jan 2014 23:44:24 -0800
parents
children c7bbd3805509
line source
1 import datetime
3 import myrss_app
6 x = myrss_app._process_feed(open("rottentomatoes.rss.xml"))
7 y = myrss_app._to_html(datetime.datetime.now(), [x])
9 print y