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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class Counterpunch(BasicNewsRecipe):
  4.     title          = u'Counterpunch'
  5.     oldest_article = 7
  6.     max_articles_per_feed = 100
  7.     auto_cleanup = True
  8.  
  9.     feeds          = [(u'Counterpunch', u'http://www.counterpunch.org/category/article/feed/')]
  10.  
  11.