Hi,
I've been using a custom .doc converter plugin that I found and it was working ok until the latest 0.8.39 version where this file was changed:
And this is what is the plugin using:
Any word on why the "HTMLInput" function was removed from input.py and is there any replacement for it?
Thanks,
max
I've been using a custom .doc converter plugin that I found and it was working ok until the latest 0.8.39 version where this file was changed:
Code:
Calibre\pylib.zip\calibre\ebooks\html\input.pyo
Code:
from calibre.ebooks.html.input import HTMLInput
htmlinput = HTMLInput(None)
oeb = htmlinput.convert(file, options, "html", log, accelerators)
Thanks,
max