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