From 820ba7ec7d5771ba8ad79866f30667289b9aa0b6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 7 May 2012 18:16:58 +0530 Subject: [PATCH] Fix #995931 (Updated recipe for JijiNews) --- recipes/jijinews.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/jijinews.recipe b/recipes/jijinews.recipe index 4f768ce7ee..c7ae988be6 100644 --- a/recipes/jijinews.recipe +++ b/recipes/jijinews.recipe @@ -20,6 +20,8 @@ class JijiDotCom(BasicNewsRecipe): top_url = 'http://www.jiji.com/' feeds = [(u'\u30cb\u30e5\u30fc\u30b9', u'http://www.jiji.com/rss/ranking.rdf')] + + remove_tags_before = dict(id="article-area") remove_tags_after = dict(id="ad_google") def get_cover_url(self):