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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class Index(BasicNewsRecipe):
  4.  
  5.     title = u'INDEX.HU'
  6.     oldest_article = 3
  7.     max_articles_per_feed = 50
  8.     language = 'hu'
  9.  
  10.     __author__ = 'Ezmegaz'
  11.  
  12.     feeds = [(u'ALL', u'http://index.hu/24ora/rss/'),
  13.     (u'BELF\xd6LD', u'http://index.hu/belfold/rss/default/'),
  14.     (u'K\xdcLF\xd6LD', u'http://index.hu/kulfold/rss/default/'),
  15.     (u'BULV\xc1R', u'http://index.hu/bulvar/rss/default/'),
  16.     (u'GAZDAS\xc1G', u'http://index.hu/gazdasag/rss/default/'),
  17.     (u'TECH', u'http://index.hu/tech/rss/main/'),
  18.     (u'KULT\xdaRA', u'http://index.hu/kultur/rss/main/'),
  19.     (u'TUDOM\xc1NY', u'http://index.hu/tudomany/rss/main/'),
  20.     (u'V\xc9LEM\xc9NY', u'http://index.hu/velemeny/rss/default/')]
  21.  
  22.