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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class AdvancedUserRecipe1291022049(BasicNewsRecipe):
  4.     title          = u'NacionRed.com'
  5.     oldest_article = 7
  6.     max_articles_per_feed = 100
  7.     language = 'es'
  8.     __author__ = 'Arturo Martinez Nieves'
  9.  
  10.     feeds          = [(u'NacionRed.com', u'http://feeds.weblogssl.com/nacionred?format=xml')]
  11.  
  12.