From 3450d1ad94f79796214705ec6b173e2c400d64f6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 2 Nov 2010 11:42:29 -0600 Subject: [PATCH] Fix Fudzilla --- resources/recipes/fudzilla.recipe | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/recipes/fudzilla.recipe b/resources/recipes/fudzilla.recipe index 821488ad0a..b47b4d4cab 100644 --- a/resources/recipes/fudzilla.recipe +++ b/resources/recipes/fudzilla.recipe @@ -25,15 +25,15 @@ class Fudzilla(BasicNewsRecipe): remove_tags_before = dict(name='div', attrs={'class':['padding']}) remove_tags = [dict(name='td', attrs={'class':['left','right']}), - dict(name='div', attrs={'id':['toolbar','buttons']}), - dict(name='div', attrs={'class':['artbannersxtd','back_button']}), - dict(name='span', attrs={'class':['pathway']}), - dict(name='th', attrs={'class':['pagenav_next','pagenav_prev']}), - dict(name='table', attrs={'class':['headlines']}), + dict(name='div', attrs={'id':['toolbar','buttons']}), + dict(name='div', attrs={'class':['artbannersxtd','back_button']}), + dict(name='span', attrs={'class':['pathway']}), + dict(name='th', attrs={'class':['pagenav_next','pagenav_prev']}), + dict(name='table', attrs={'class':['headlines']}), ] feeds = [ - (u'Posts', u'http://www.fudzilla.com/index.php?option=com_rss&feed=RSS2.0&no_html=1') + (u'Posts', u'http://www.fudzilla.com/?format=feed') ] preprocess_regexps = [