home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Calibre / calibre-0.8.18.msi / file_280 / think_progress.recipe < prev    next >
Text File  |  2011-09-09  |  504b  |  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.