mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 21:16:12 +01:00
...
This commit is contained in:
parent
c62e2fde36
commit
2742595973
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ def convert(self, stream, options, file_ext, log,
|
|||
mr.extract_content(u'.', parse_cache)
|
||||
|
||||
if mr.kf8_type is not None:
|
||||
log('Found KF8 MOBI')
|
||||
from calibre.ebooks.mobi.reader.mobi8 import Mobi8Reader
|
||||
return os.path.abspath(Mobi8Reader(mr, log)())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue