home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_4093 < prev    next >
Encoding:
Text File  |  2010-01-13  |  504 b   |  13 lines

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class AdvancedUserRecipe1263409732(BasicNewsRecipe):
  4.     title              = u'Think Progress'
  5.     description    = u'A compilation of progressive articles on social and economic justice, healthy communities,  media accountability, global and domestic security.'
  6.     __author__   = u'Xanthan Gum'
  7.     language = 'en'
  8.  
  9.     oldest_article = 7
  10.     max_articles_per_feed = 100
  11.  
  12.     feeds          = [(u'News Articles', u'http://thinkprogress.org/feed/')]
  13.