diff --git a/recipes/h1.recipe b/recipes/h1.recipe index a682cd2d6e..86d1b2e6c0 100644 --- a/recipes/h1.recipe +++ b/recipes/h1.recipe @@ -22,8 +22,6 @@ class hu168ora(BasicNewsRecipe): keep_only_tags = [ dict(id='cikk_fejlec'), dict(id='cikk_torzs') ] -# remove_tags_before = dict(id='cikk_fejlec') -# remove_tags_after = dict(id='szoveg') remove_tags = [ dict(id='box_toolbar'), dict(id='text') ] @@ -41,9 +39,8 @@ class hu168ora(BasicNewsRecipe): (u'Tudás', u'http://www.168ora.hu/static/rss/cikkek_tudas.xml'), (u'Sport', u'http://www.168ora.hu/static/rss/cikkek_sport.xml'), (u'Vélemény', u'http://www.168ora.hu/static/rss/cikkek_velemeny.xml'), - (u'Dolce Vita', u'http://www.168ora.hu/static/rss/cikkek_dolcevita.xml') - # , - (u'Rádió', u'http://www.168ora.hu/static/rss/radio.xml') + (u'Dolce Vita', u'http://www.168ora.hu/static/rss/cikkek_dolcevita.xml'), + # (u'Rádió', u'http://www.168ora.hu/static/rss/radio.xml') ] def print_version(self, url): diff --git a/recipes/something_awful.recipe b/recipes/something_awful.recipe index 7c9464a535..cb585261d4 100644 --- a/recipes/something_awful.recipe +++ b/recipes/something_awful.recipe @@ -37,14 +37,10 @@ class SomethingAwfulRecipe(BasicNewsRecipe): feeds = [ ('Photoshop Phriday', 'http://www.somethingawful.com/rss/photoshop-phriday.rss.xml'), - ('Comedy Goldmine', - 'http://www.somethingawful.com/rss/comedy-goldmine.rss.xml') # , - ('The Flash Tub', 'http://www.somethingawful.com/rss/flash-tub.rss.xml') - # , - ('Downloads', 'http://www.somethingawful.com/rss/downloads.rss.xml') - # , - ('AwfulVision', 'http://www.somethingawful.com/rss/awfulvision.rss.xml') - , + ('Comedy Goldmine', 'http://www.somethingawful.com/rss/comedy-goldmine.rss.xml'), + # ('The Flash Tub', 'http://www.somethingawful.com/rss/flash-tub.rss.xml') + # ('Downloads', 'http://www.somethingawful.com/rss/downloads.rss.xml') + # ('AwfulVision', 'http://www.somethingawful.com/rss/awfulvision.rss.xml') ('Awful Link of the Day', 'http://www.somethingawful.com/rss/awful-links.rss.xml'), ('Fake Something Awfuls', 'http://www.somethingawful.com/rss/fake-something-awful.rss.xml'), ('The Barbarian\'s Dojo', 'http://www.somethingawful.com/rss/steve-sumner.rss.xml'),