mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c62e2fde36
commit
2742595973
@ -52,6 +52,7 @@ class MOBIInput(InputFormatPlugin):
|
|||||||
mr.extract_content(u'.', parse_cache)
|
mr.extract_content(u'.', parse_cache)
|
||||||
|
|
||||||
if mr.kf8_type is not None:
|
if mr.kf8_type is not None:
|
||||||
|
log('Found KF8 MOBI')
|
||||||
from calibre.ebooks.mobi.reader.mobi8 import Mobi8Reader
|
from calibre.ebooks.mobi.reader.mobi8 import Mobi8Reader
|
||||||
return os.path.abspath(Mobi8Reader(mr, log)())
|
return os.path.abspath(Mobi8Reader(mr, log)())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user