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

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class Elektroda(BasicNewsRecipe):
  4.     title          = u'Elektroda'
  5.     oldest_article = 8
  6.     __author__        = 'fenuks'
  7.     description   = 'Elektroda.pl'
  8.     cover_url      = 'http://demotywatory.elektroda.pl/Thunderpic/logo.gif'
  9.     category       = 'electronics'
  10.     language       = 'pl'
  11.     max_articles_per_feed = 100
  12.     remove_tags_before=dict(name='span', attrs={'class':'postbody'})
  13.     remove_tags_after=dict(name='td', attrs={'class':'spaceRow'})
  14.     remove_tags=[dict(name='a', attrs={'href':'#top'})]
  15.     feeds          = [(u'Elektroda', u'http://www.elektroda.pl/rtvforum/rss.php')]
  16.