mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2012 (epub output problems on PRS505)
This commit is contained in:
parent
06f67d6cde
commit
8dcb895f79
@ -45,3 +45,7 @@ class USAToday(BasicNewsRecipe):
|
||||
def print_version(self, url):
|
||||
return 'http://www.printthis.clickability.com/pt/printThis?clickMap=printThis&fb=Y&url=' + url
|
||||
|
||||
def postprocess_html(self, soup, first_fetch):
|
||||
for t in soup.findAll(['table', 'tr', 'td']):
|
||||
t.name = 'div'
|
||||
return soup
|
Loading…
x
Reference in New Issue
Block a user