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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3.  
  4. class AdvancedUserRecipe1312886443(BasicNewsRecipe):
  5.     title          = u'WNP'
  6.     cover_url= 'http://k.wnp.pl/images/wnpLogo.gif'
  7.     __author__        = 'fenuks'
  8.     description   = u'Wirtualny Nowy Przemys┼é'
  9.     category       = 'economy'
  10.     language       = 'pl'
  11.     oldest_article = 8
  12.     max_articles_per_feed = 100
  13.     no_stylesheets= True
  14.     keep_only_tags = dict(name='div', attrs={'id':'contentText'})
  15.     feeds          = [(u'Wiadomo┼¢ci gospodarcze', u'http://www.wnp.pl/rss/serwis_rss.xml'),
  16.                           (u'Serwis Energetyka - Gaz', u'http://www.wnp.pl/rss/serwis_rss_1.xml'),
  17.           (u'Serwis Nafta - Chemia', u'http://www.wnp.pl/rss/serwis_rss_2.xml'),
  18.           (u'Serwis Hutnictwo', u'http://www.wnp.pl/rss/serwis_rss_3.xml'),
  19.           (u'Serwis G├│rnictwo', u'http://www.wnp.pl/rss/serwis_rss_4.xml'),
  20.           (u'Serwis Logistyka', u'http://www.wnp.pl/rss/serwis_rss_5.xml'),
  21.           (u'Serwis IT', u'http://www.wnp.pl/rss/serwis_rss_6.xml')]
  22.