Quantcast
Channel: MobileRead Forums - Calibre
Viewing all articles
Browse latest Browse all 31556

Custom DOC Convert stopped working in 0.8.39

$
0
0
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:

Code:

Calibre\pylib.zip\calibre\ebooks\html\input.pyo
And this is what is the plugin using:

Code:

from calibre.ebooks.html.input import HTMLInput
htmlinput = HTMLInput(None)
oeb = htmlinput.convert(file, options, "html", log, accelerators)

Any word on why the "HTMLInput" function was removed from input.py and is there any replacement for it?

Thanks,
max

Viewing all articles
Browse latest Browse all 31556

Trending Articles