mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 05:23:01 +02:00
Fix Irish Times
This commit is contained in:
parent
4158611deb
commit
718d33bc2f
1 changed files with 1 additions and 1 deletions
|
|
@ -98,6 +98,6 @@ def get_obfuscated_article(self, url):
|
|||
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…
Reference in a new issue