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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class AdvancedUserRecipe1305636254(BasicNewsRecipe):
  4.     title          = u'Mens Health (US)'
  5.     language = 'en'
  6.     __author__ = 'Anonymous'
  7.     oldest_article = 14
  8.     max_articles_per_feed = 100
  9.  
  10.     feeds          = [(u'News', u'http://blogs.menshealth.com/health-headlines/feed')]
  11.