__license__ = 'GPL v3' __copyright__ = '2011 Neil Grogan' # # Silicon Republic Recipe # from calibre.web.feeds.news import BasicNewsRecipe class SiliconRepublic(BasicNewsRecipe): title = u'Silicon Republic' oldest_article = 7 max_articles_per_feed = 100 __author__ = u'Neil Grogan' language = 'en_IE' remove_tags = [dict(attrs={'class': ['thumb', 'txt', 'compactbox', 'icons', 'catlist', 'catlistinner', 'taglist', 'taglistinner', 'social', 'also-in', 'also-in-inner', 'also-in-footer', 'zonek-dfp', 'paneladvert', 'rcadvert', 'panel', 'h2b']}), dict(id=['header', 'logo', 'header-right', 'sitesearch', 'rsslinks', 'topnav', 'topvideos', 'topvideos-list', 'topnews', 'topnews-list', 'slideshow', 'slides', 'compactheader', 'compactnews', 'compactfeatures', 'article-type', 'contactlinks-header', 'banner-zone-k-dfp', 'footer-related', 'directory-services', 'also-in-section', 'featuredrelated1', 'featuredrelated2', 'featuredrelated3', 'featuredrelated4', 'advert2-dfp']), dict(name=['script', 'style'])] # noqa feeds = [(u'News', u'http://www.siliconrepublic.com/feeds/')]