ebooklib
ebooklib copied to clipboard
Have EpubItem for remote resources
EPUB3 supports remote-resources property for video and audio elements. Meaning, they can be stored somewhere remotely. But this is only for audio and video tags. These items also must be placed in the list of resouces. Our EpubItem should be aware of this and not create local file in EPUB3 in this case.
You can do it assiging external links to <audio>
html objects.