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?