Default to CBZ only
PDF generation is having RAM issues, as far as I can see CBZ generates smaller outputs anyway
This commit is contained in:
parent
52bd637048
commit
9c065b50ef
@ -30,7 +30,7 @@ from natsort import natsorted
|
||||
|
||||
class Book(object):
|
||||
DefaultDevice = 'Kindle Paperwhite'
|
||||
DefaultOutputFormat = 'PDF only'
|
||||
DefaultOutputFormat = 'CBZ only'
|
||||
DefaultOverwrite = True
|
||||
DefaultImageFlags = ImageFlags.Orient | ImageFlags.Resize | ImageFlags.Quantize
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user