From 2faa4e8b25e15b9d4a9ed2784d9c78e244ad42ac Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 29 Nov 2009 19:45:27 -0700 Subject: [PATCH] IGN:... --- Changelog.yaml | 2 ++ resources/recipes/business_week.recipe | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index d342fad11d..f4a7172de0 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -46,6 +46,8 @@ - title: Add PDF to list of supported formats for the Kindle 2 + - title: Add 0x0c01 to the list of product ids for HTC Hero (Android) driver + tickets: [4088] new recipes: - title: The Economist (no subscription required) diff --git a/resources/recipes/business_week.recipe b/resources/recipes/business_week.recipe index 69d27649be..55182010eb 100644 --- a/resources/recipes/business_week.recipe +++ b/resources/recipes/business_week.recipe @@ -71,10 +71,4 @@ class BusinessWeek(BasicNewsRecipe): return url - def postrocess_html(self, soup, first): - - for tag in soup.findAll(name=['ul','li']): - tag.name = 'div' - - return soup