mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
IGN:...
This commit is contained in:
parent
f94a62cde7
commit
2faa4e8b25
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user