Thanks for the plugin, though I think I found a small issue.
Line 49 of kfx_input/kfxlib/yj_book.py is from calibre.constants import config_dir, the result being that you can't import kfxlib without calibre.
(I'm assuming you're going for calibre-less compatibility since every other from calibre ... import has try-catch guards.)
|