This commit is contained in:
Kovid Goyal 2009-11-29 19:45:27 -07:00
parent f94a62cde7
commit 2faa4e8b25
2 changed files with 2 additions and 6 deletions

View File

@ -46,6 +46,8 @@
- title: Add PDF to list of supported formats for the Kindle 2 - 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: new recipes:
- title: The Economist (no subscription required) - title: The Economist (no subscription required)

View File

@ -71,10 +71,4 @@ class BusinessWeek(BasicNewsRecipe):
return url return url
def postrocess_html(self, soup, first):
for tag in soup.findAll(name=['ul','li']):
tag.name = 'div'
return soup