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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class BasicUserRecipe1257093186(BasicNewsRecipe):
  4.     title          = u'Netzpolitik'
  5.     oldest_article = 14
  6.     language = 'de'
  7.     no_stylesheets = True
  8.     __author__ = 'Kovid Goyal'
  9.     max_articles_per_feed = 100
  10.     remove_tags = [dict(id=['respond', 'ackt', 'nav', 'commentblock',
  11.         'l_sidebar', 'r_sidebar']), dict(attrs={'class':['widgettitle',
  12.             'bt-links', 'navigation']})]
  13.  
  14.     feeds          = [(u'Netzpolitik.org', u'http://www.netzpolitik.org/feed/')]
  15.