Toronto Sun - Custom Recipe
Can someone help me to clean this up.... I tried.
.............
class AdvancedUserRecipe1253191332(BasicNewsRecipe):
title = u'The Toronto Sun'
oldest_article = 2
max_articles_per_feed = 10
no_stylesheets = True
encoding = 'ISO-8859-1'
use_embedded_content = False
charset = 'utf-8'
feeds = [(u'News', u'http://www.torontosun.com/news/rss.xml'),
(u'Canada', u'http://www.torontosun.com/news/canada/rss.xml'),
(u'Columnists', u'http://www.torontosun.com/news/columnists/rss.xml'),
(u'World', u'http://www.torontosun.com/news/world/rss.xml'),
(u'Money',u'http://www.torontosun.com/money/rss.xml')
]
Last edited by CABITSS; 09-30-2009 at 12:13 PM.
|