mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
commit
bcf0e6c146
@ -833,7 +833,7 @@ class EPUB_MOBI(CatalogPlugin):
|
|||||||
def buildSources(self):
|
def buildSources(self):
|
||||||
if self.booksByTitle is None:
|
if self.booksByTitle is None:
|
||||||
self.fetchBooksByTitle()
|
self.fetchBooksByTitle()
|
||||||
if self.booksByTitle is None:
|
if not len(self.booksByTitle):
|
||||||
return False
|
return False
|
||||||
self.fetchBooksByAuthor()
|
self.fetchBooksByAuthor()
|
||||||
self.generateHTMLDescriptions()
|
self.generateHTMLDescriptions()
|
||||||
@ -3242,6 +3242,8 @@ class EPUB_MOBI(CatalogPlugin):
|
|||||||
OptionRecommendation.HIGH))
|
OptionRecommendation.HIGH))
|
||||||
recommendations.append(('no_inline_toc', True,
|
recommendations.append(('no_inline_toc', True,
|
||||||
OptionRecommendation.HIGH))
|
OptionRecommendation.HIGH))
|
||||||
|
recommendations.append(('book_producer',opts.output_profile,
|
||||||
|
OptionRecommendation.HIGH))
|
||||||
|
|
||||||
# Run ebook-convert
|
# Run ebook-convert
|
||||||
from calibre.ebooks.conversion.plumber import Plumber
|
from calibre.ebooks.conversion.plumber import Plumber
|
||||||
|
Loading…
x
Reference in New Issue
Block a user