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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3.  
  4. class CD_Action(BasicNewsRecipe):
  5.     title          = u'CD-Action'
  6.     __author__        = 'fenuks'
  7.     description   = 'cdaction.pl - polish magazine about games site'
  8.     category       = 'games'
  9.     language       = 'pl'
  10.     oldest_article = 8
  11.     max_articles_per_feed = 100
  12.     no_stylesheets= True
  13.     cover_url =u'http://s.cdaction.pl/obrazki/logo-CD-Action_172k9.JPG'
  14.     keep_only_tags= dict(id='news_content')
  15.     remove_tags_after= dict(name='div', attrs={'class':'tresc'})
  16.     feeds          = [(u'Newsy', u'http://www.cdaction.pl/rss_newsy.xml')]
  17.