mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a187febc84
commit
8a3dedc7eb
@ -165,6 +165,8 @@ class MOBIOutput(OutputFormatPlugin):
|
|||||||
self.log, self.opts, self.oeb = log, opts, oeb
|
self.log, self.opts, self.oeb = log, opts, oeb
|
||||||
|
|
||||||
mobi_type = tweaks.get('test_mobi_output_type', 'old')
|
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')
|
create_kf8 = mobi_type in ('new', 'both')
|
||||||
|
|
||||||
self.remove_html_cover()
|
self.remove_html_cover()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user