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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class AdvancedUserRecipe1282101454(BasicNewsRecipe):
  4.     title = 'West Hawaii Today'
  5.     __author__ = 'Tony Stegall, fixed by HK'
  6.     language = 'en'
  7.     description = 'Westhawaiitoday.com'
  8.     publisher = 'West Hawaii '
  9.     category = 'news,Hawaii,USA'
  10.     oldest_article = 7
  11.     max_articles_per_feed = 100
  12.     no_stylesheets = True
  13.     remove_javascript = True
  14.     use_embedded_content = True
  15.  
  16.     masthead_url = 'http://images.townnews.com/westhawaiitoday.com/art/whttoplogo.gif'
  17.  
  18.     feeds          = [
  19.                        ('http://www.westhawaiitoday.com/taxonomy/term/2/feed'),  #Local News
  20.                        ('http://www.westhawaiitoday.com/taxonomy/term/15/feed'), #Local Sports
  21.                        ('http://www.westhawaiitoday.com/taxonomy/term/4/feed'),   #Local Features
  22.                        ('http://www.westhawaiitoday.com/taxonomy/term/12/feed'), #Obituaries
  23.                        ('http://www.westhawaiitoday.com/taxonomy/term/18/feed'), #Letters
  24.                        ('http://www.westhawaiitoday.com/taxonomy/term/19/feed'), #Editorial
  25.                        ('http://www.westhawaiitoday.com/taxonomy/term/20/feed'), #columns
  26.                        ('http://www.westhawaiitoday.com/taxonomy/term/13/feed') #Volcano Update (Sundays)
  27.                     ]
  28.  
  29.