home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Calibre / calibre-0.8.18.msi / file_280 / big_picture.recipe < prev    next >
Encoding:
Text File  |  2011-09-09  |  431 b   |  13 lines

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class BigPicture(BasicNewsRecipe):
  4.     title          = u'The Big Picture'
  5.     __author__     = 'Welovelucy'
  6.     description    = ('Macro perspective on capital markets, economy, technology'
  7.     ' and digital media')
  8.     language = 'en'
  9.     oldest_article = 7
  10.     max_articles_per_feed = 100
  11.  
  12.     feeds          = [(u'Big Picture', u'http://feeds.feedburner.com/TheBigPicture')]
  13.