fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
outstanding change
[librarian.git]
/
scripts
/
book2mobi
diff --git
a/scripts/book2mobi
b/scripts/book2mobi
index
f477a83
..
b283309
100755
(executable)
--- a/
scripts/book2mobi
+++ b/
scripts/book2mobi
@@
-4,7
+4,7
@@
# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
-from librarian.book2anything import Book2Anything
+from librarian.book2anything import Book2Anything
, Option
class Book2Mobi(Book2Anything):
class Book2Mobi(Book2Anything):
@@
-14,6
+14,12
@@
class Book2Mobi(Book2Anything):
cover_optional = False
uses_provider = True
cover_optional = False
uses_provider = True
+ transform_options = [
+ Option('-k', '--use-kindlegen',
+ action='store_true', dest='use_kindlegen', default=False,
+ help='use kindlegen tool instead of Calibre')
+ ]
+
if __name__ == '__main__':
Book2Mobi.run()
if __name__ == '__main__':
Book2Mobi.run()