mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 20:25:50 +01:00
IGN:...
This commit is contained in:
parent
f94a62cde7
commit
2faa4e8b25
2 changed files with 2 additions and 6 deletions
|
|
@ -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 @@ def get_article_url(self, article):
|
|||
|
||||
return url
|
||||
|
||||
def postrocess_html(self, soup, first):
|
||||
|
||||
for tag in soup.findAll(name=['ul','li']):
|
||||
tag.name = 'div'
|
||||
|
||||
return soup
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue