Quote:
Originally Posted by DTM
That might be a better way to go. If they were to tweak their code, it might well break my regex. Where do I find that?
|
conversion_options¶
Recipe specific options to control the conversion of the downloaded content into an e-book. These will override any user or plugin specified values, so only use if absolutely necessary. For example:
Code:
conversion_options = {
'base_font_size' : 16,
'tags' : 'mytag1,mytag2',
'title' : 'My Title',
'linearize_tables' : True,
}
no_stylesheets¶
Convenient flag to disable loading of stylesheets for websites that have overly complex stylesheets unsuitable for conversion to ebooks formats If True stylesheets are not downloaded and processed
Code:
no_stylesheets = True
remove_attributes¶
List of attributes to remove from all tags For example:
Code:
remove_attributes = ['style', 'font']
API Reference
http://calibre-ebook.com/user_manual...ownloaded-html