comparison finch/libgnt/pygnt/example/rss/gntrss.py @ 18727:778f4fc8cbcc

Parse HTML and show bold, italic etc. in the textview.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 30 Jul 2007 23:57:47 +0000
parents 1aeda1e812a8
children 3db31505e42f
comparison
equal deleted inserted replaced
18726:68fec9f954dd 18727:778f4fc8cbcc
197 sys.stderr.write(str(time.ctime()) + " DONE!!!\n\n\n") 197 sys.stderr.write(str(time.ctime()) + " DONE!!!\n\n\n")
198 198
199 feeds = [] 199 feeds = []
200 urls = ("http://rss.slashdot.org/Slashdot/slashdot", 200 urls = ("http://rss.slashdot.org/Slashdot/slashdot",
201 "http://www.python.org/channews.rdf", 201 "http://www.python.org/channews.rdf",
202 "http://pidgin.im/rss.php",
203 "http://kerneltrap.org/node/feed" 202 "http://kerneltrap.org/node/feed"
204 ) 203 )
205 204
206 for url in urls: 205 for url in urls:
207 feed = Feed(url) 206 feed = Feed(url)