View Single Post
Old 08-12-2009, 08:50 AM   #3
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
I can just point out that html2lrf_options and html2epub_options are no longer valid. You should use new flag conversion_option like this:

Code:
conversion_options = {  'tags'         :'aa,bb'
                          , 'publisher'        : 'pub'
                          , 'comments'      :  'desc'
                          , 'language'       : 'en'
                          , 'linearize_tables' : True
                          }
kiklop74 is offline   Reply With Quote