To put it simply, I have the following feed:
Quote:
[(u'Chapter One', [{'url': u'file:///root/test/test/1-1.html', 'title': u'Day One'}, {'url': u'file:///root/test/test/1-2.html', 'title': u'Day Two'}]), (u'Chapter Two', [{'url': u'file:///root/test/test/2-1.html', 'title': u'Day Three'}, {'url': u'file:///root/test/test/2-2.html', 'title': u'Day Four'}])]
|
How can I use
ebook-convert to convert these html files into a single epub book rahter than using a recipe system(because recipe cannot add audio files)?