mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
4f3abc5614
commit
d819df99bd
@ -56,7 +56,7 @@ class HTMLZInput(InputFormatPlugin):
|
|||||||
fname = 'index%d.html'%c
|
fname = 'index%d.html'%c
|
||||||
htmlfile = open(fname, 'wb')
|
htmlfile = open(fname, 'wb')
|
||||||
with htmlfile:
|
with htmlfile:
|
||||||
htmlfile.write(html.encode('utf-8', 'replace'))
|
htmlfile.write(html.encode('utf-8'))
|
||||||
odi = options.debug_pipeline
|
odi = options.debug_pipeline
|
||||||
options.debug_pipeline = None
|
options.debug_pipeline = None
|
||||||
# Generate oeb from html conversion.
|
# Generate oeb from html conversion.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user