View Single Post
Old 02-21-2012, 09:53 PM   #4
kindleren
Member
kindleren began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Jan 2012
Device: kindle 4
Quote:
Originally Posted by jackie_w View Post
If your chapters are defined by <h2> tags then a simple default conversion should work

Code:
ebook-convert rss.html rss.mobi
but if you want to specify the <h2> then I think the command is
Code:
ebook-convert rss.html rss.mobi --chapter //h:h2
The CLI conversion options are in the User manual
Think you .Problem solved .
kindleren is offline   Reply With Quote