diff --git a/recipes/maximum_pc.recipe b/recipes/maximum_pc.recipe index c6e8099fcf..ab797b0d04 100644 --- a/recipes/maximum_pc.recipe +++ b/recipes/maximum_pc.recipe @@ -13,30 +13,18 @@ class AdvancedUserRecipe1276930924(BasicNewsRecipe): use_embedded_content = False no_stylesheets = True language = 'en' - auto_cleanup = True - feeds = [#(u'News', u'http://www.maximumpc.com/articles/all/feed'), - (u'News', u'http://www.maximumpc.com/articles/4/feed'), - (u'Reviews', u'http://www.maximumpc.com/articles/40/feed'), - (u'Editors Blog', u'http://www.maximumpc.com/articles/6/feed'), - (u'How-to', u'http://www.maximumpc.com/articles/32/feed'), - (u'Features', u'http://www.maximumpc.com/articles/31/feed'), - (u'From the Magazine', u'http://www.maximumpc.com/articles/72/feed') - ] - #keep_only_tags = [ - #dict(name='div', attrs={'class':['print-title','article_body']}), - #] - #remove_tags = [ - #dict(name='div', attrs={'class':'comments-tags-actions'}), - #] - #remove_tags_before = dict(name='div', attrs={'class':'print-title'}) - #remove_tags_after = dict(name='div', attrs={'class':'meta-content'}) + feeds = [ + (u'News', u'http://www.maximumpc.com/articles/4/feed'), + (u'Reviews', u'http://www.maximumpc.com/articles/40/feed'), + (u'Editors Blog', u'http://www.maximumpc.com/articles/6/feed'), + (u'How-to', u'http://www.maximumpc.com/articles/32/feed'), + (u'Features', u'http://www.maximumpc.com/articles/31/feed'), + (u'From the Magazine', u'http://www.maximumpc.com/articles/72/feed') + ] + keep_only_tags = [ + dict(name='div', attrs={'class':['node_article', 'node_review_article']}), + ] + remove_tags = [ + dict(name='div', attrs={'class':'taxonomy'}), + ] - #def get_obfuscated_article(self, url): - #br = self.get_browser() - #br.open(url) - #response = br.follow_link(url_regex = r'/print/[0-9]+', nr = 0) - #html = response.read() - #self.temp_files.append(PersistentTemporaryFile('_fa.html')) - #self.temp_files[-1].write(html) - #self.temp_files[-1].close() - #return self.temp_files[-1].name