View Single Post
Old 02-15-2012, 11:45 AM   #1
mobilemax
Member
mobilemax is on a distinguished road
 
Posts: 13
Karma: 68
Join Date: Aug 2011
Device: Kindle
Custom DOC Convert stopped working in 0.8.39

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
mobilemax is offline   Reply With Quote