Aleksandar Erkalović

Results 97 comments of Aleksandar Erkalović

@hrhktkbzyy you can use .content, it should have original content. Here is an example how it was used to import EPUB files into this publishing system. The idea is that...

@zalum Yeah, I understand what you mean. Will try to do simple version of what we were using and put it as samples or something.

@0x6f677548 I think something like this is good idea and a lot of people has asked for that. When the basic concept and code was created it was used only...

Here is very simple example. It reads .epub file, reads Table Of Contents of the book, fetches each chapter which is listed in TOC and prints contents. To fetch CSS/Images...

I checked it out and I would say this should be the fix. The problem is that we are trying to find 'str' in 'bytes', and that would fail. In...

Yeah, the problem is that library reads content for every item in the manifest. Maybe to put flag ignore which would set content to None if it can not be...

Hard to say but this is the error you would get if you try to load non epub files. Can you unzip that file? Just rename the extension to .zip...

To do that I guess I would need to get confirmation from all of the contributors and I am not 100% sure that would be possible. Not that there is...

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...

Sorry for being too late with the response. Did you manage to fix this issue? Pastebin text has timedout and I can not see what did you try to do.