# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai from calibre.web.feeds.news import BasicNewsRecipe class Mlody_technik(BasicNewsRecipe): title = u'Mlody technik' __author__ = 'fenuks' description = u'Młody technik' category = 'science' language = 'pl' cover_url='http://science-everywhere.pl/wp-content/uploads/2011/10/mt12.jpg' no_stylesheets = True oldest_article = 7 max_articles_per_feed = 100 #keep_only_tags=[dict(id='container')] feeds = [(u'Artyku\u0142y', u'http://www.mt.com.pl/feed')]