From c85d2df15ff57c8d6b482364e2e1806bdf96c2e3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 19 Apr 2012 09:06:38 +0530 Subject: [PATCH] Fix #985364 (xkcd recipe update) --- recipes/xkcd.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/xkcd.recipe b/recipes/xkcd.recipe index ce63b0a99a..42dceda65b 100644 --- a/recipes/xkcd.recipe +++ b/recipes/xkcd.recipe @@ -21,7 +21,7 @@ class XkcdCom(BasicNewsRecipe): use_embedded_content = False oldest_article = 60 - keep_only_tags = [dict(id='middleContent')] + keep_only_tags = [dict(id='middleContainer')] remove_tags = [dict(name='ul'), dict(name='h3'), dict(name='br')] no_stylesheets = True # turn image bubblehelp into a paragraph