View Single Post
Old 01-09-2019, 12:22 PM   #4
xiatian
Connoisseur
xiatian began at the beginning.
 
Posts: 51
Karma: 10
Join Date: Oct 2018
Device: kindle
Hi,kovidgoyal
Today I wrote a simple html:
Quote:
<html xmlns="http://www.w3.org/1999/xhtml">
<audio src="1.mp3" controls="controls"> </audio>
</html>
and then I used ebook-convert to convert it into epub, then the audio worked!
Next, I wrote dozens of html files like this one and then I used a parse_index recipe with url "'file://" to refer to there html files. But none of the audio files were added.
So I'm quite confused. Why can it work when I converted a single html file but not with parse_index which deals with a bunch of html files?
Could you help me?
xiatian is offline   Reply With Quote