mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix Irish Times
This commit is contained in:
parent
4158611deb
commit
718d33bc2f
@ -98,6 +98,6 @@ class IrishTimes(BasicNewsRecipe):
|
||||
content.p.insert(0, pic)
|
||||
|
||||
self.temp_files.append(PersistentTemporaryFile('_fa.html'))
|
||||
self.temp_files[-1].write(content.prettify())
|
||||
self.temp_files[-1].write(content.prettify().encode('utf-8'))
|
||||
self.temp_files[-1].close()
|
||||
return self.temp_files[-1].name
|
||||
|
Loading…
x
Reference in New Issue
Block a user