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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class AdvancedUserRecipe1296179411(BasicNewsRecipe):
  4.     title          = u'SPIN Magzine'
  5.     __author__     = 'Quistopher'
  6.     language = 'en'
  7.     oldest_article = 7
  8.     max_articles_per_feed = 100
  9.  
  10.     feeds          = [
  11.             (u'Daily Noise Blog | SPIN.com', u'http://www.spin.com/blog/feed'),
  12.             (u'It Happened Last Night | SPIN.com', u'http://www.spin.com/it-happened-last-night/feed'),
  13.             (u'Album Reviews | SPIN.com', u'http://www.spin.com/album-reviews/feed')
  14.  
  15.              ]
  16.