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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class AdvancedUserRecipe1301972345(BasicNewsRecipe):
  4.     title          = u'Catholic News Agency'
  5.     language = 'en'
  6.     __author__ = 'Jetkey'
  7.     oldest_article = 5
  8.     max_articles_per_feed = 20
  9.  
  10.     feeds          = [(u'U.S. News', u'http://feeds.feedburner.com/catholicnewsagency/dailynews-us'),
  11.         (u'Vatican', u'http://feeds.feedburner.com/catholicnewsagency/dailynews-vatican'),
  12.         (u'Bishops Corner', u'http://feeds.feedburner.com/catholicnewsagency/columns/bishopscorner'),
  13.         (u'Saint of the Day', u'http://feeds.feedburner.com/catholicnewsagency/saintoftheday')]
  14.