ebooklib
ebooklib copied to clipboard
ITEM_AUDIO is not extracting the audio content in the epub
ITEM_AUDIO is not extracting the audio content in the epub
book.get_items_of_type(ebooklib.ITEM_AUDIO)
It will just list you EpubItems and than you need to yourself get_content() to fetch the content. But I assume your problem was becuase ITEM_AUDIO is defined at the moment as ITEM_AUDIO: ['.mp3', '.ogg'] and you maybe had some other extension.