View Single Post
Old 02-11-2011, 11:10 AM   #8
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by DTM View Post
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
Starson17 is offline   Reply With Quote