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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class AdvancedUserRecipe1295262156(BasicNewsRecipe):
  4.     title          = u'kath.net'
  5.     __author__     = 'Bobus'
  6.     description    = u'Katholische Nachrichten'
  7.     oldest_article = 7
  8.     language = 'de'
  9.     max_articles_per_feed = 100
  10.  
  11.     feeds          = [(u'kath.net', u'http://www.kath.net/2005/xml/index.xml')]
  12.  
  13.  
  14.     def print_version(self, url):
  15.         return url+"&print=yes"
  16.  
  17.     extra_css = 'td.textb {font-size: medium;}'
  18.  
  19.