mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 00:23:51 +02:00
Fix #777
This commit is contained in:
parent
af4be77ae2
commit
41c447a0d2
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ def extract_content(self, output_dir=os.getcwdu()):
|
|||
|
||||
processed_records = self.extract_text()
|
||||
self.add_anchors()
|
||||
self.processed_html = self.processed_html.decode(self.book_header.codec)
|
||||
self.processed_html = self.processed_html.decode(self.book_header.codec, 'ignore')
|
||||
self.extract_images(processed_records, output_dir)
|
||||
self.replace_page_breaks()
|
||||
self.cleanup()
|
||||
|
|
|
|||
Loading…
Reference in a new issue