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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class Astronomia_pl(BasicNewsRecipe):
  4.     title          = u'Astronomia.pl'
  5.     __author__        = 'fenuks'
  6.     description   = 'Astronomia - polish astronomy site'
  7.     cover_url      = 'http://www.astronomia.pl/grafika/logo.gif'
  8.     category       = 'astronomy, science'
  9.     language       = 'pl'
  10.     oldest_article = 8
  11.     max_articles_per_feed = 100
  12.     #no_stylesheets=True
  13.     remove_tags_before=dict(name='div', attrs={'id':'a1'})
  14.     keep_only_tags=[dict(name='div', attrs={'id':['a1', 'h2']})]
  15.     feeds          = [(u'Wiadomo┼¢ci z astronomii i astronautyki', u'http://www.astronomia.pl/rss/')]
  16.