mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-30 03:04:39 +01:00
...
This commit is contained in:
parent
a187febc84
commit
8a3dedc7eb
1 changed files with 2 additions and 0 deletions
|
|
@ -165,6 +165,8 @@ def convert(self, oeb, output_path, input_plugin, opts, log):
|
|||
self.log, self.opts, self.oeb = log, opts, oeb
|
||||
|
||||
mobi_type = tweaks.get('test_mobi_output_type', 'old')
|
||||
if self.is_periodical:
|
||||
mobi_type = 'old' # Amazon does not support KF8 periodicals
|
||||
create_kf8 = mobi_type in ('new', 'both')
|
||||
|
||||
self.remove_html_cover()
|
||||
|
|
|
|||
Loading…
Reference in a new issue